Skip to content

Commit b7f0eb9

Browse files
authored
Update issue template for demo upgrade tests
1 parent 05b5f2a commit b7f0eb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ kubectl replace -f https://raw.githubusercontent.com/stackabletech/...-operator/
127127
# Install nightly version of operators (use the list from the earlier step before deleting the operators)
128128
stackablectl operator install commons ...
129129
130-
# Optionally update the product versions in the CRDs (to the latest non-experimental version for the new release), e.g.:
130+
# Bump every stacklet to the version that used by the nightly demo.
131+
# Typically, this is the latest supported version.
131132
kubectl patch hbaseclusters/hbase --type='json' -p='[{"op": "replace", "path": "/spec/image/productVersion", "value":"x.x.x"}]' # changed
132133
```

0 commit comments

Comments
 (0)