Skip to content

Commit 70794e3

Browse files
committed
chore: Adjust optional Helm update commands
1 parent 6569488 commit 70794e3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/ISSUE_TEMPLATE/pre-release-demos-nightly.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,22 @@ stackablectl demo install <DEMO_NAME>
3939
# Get a list of installed operators
4040
stackablectl operator installed --output=plain
4141
42-
# Sometimes it is necessary to upgrade Helm charts
43-
# First, add the Helm repositories
42+
# --- OPTIONAL ---
43+
# Sometimes it is necessary to upgrade Helm charts. Look for other Helm Charts
44+
# which might need updating.
45+
46+
# First, see which charts are installed. You can ignore the stackable-operator
47+
# charts, or anything that might have been installed outside of this demo.
48+
helm list
49+
50+
# Next, add the applicable Helm Chart repositories. For example:
4451
helm repo add minio https://charts.min.io/
4552
helm repo add bitnami https://charts.bitnami.com/bitnami
4653
47-
# Next, upgrade the charts, i.e.:
54+
# Finally, upgrade the Charts. For example:
4855
helm upgrade minio minio/minio --version x.x.x
4956
helm upgrade postgresql-hive bitnami/postgresql --version x.x.x
50-
helm upgrade postgresql-hive-iceberg bitnami/postgresql --version x.x.x
51-
helm upgrade postgresql-superset bitnami/postgresql --version x.x.x
57+
# --- OPTIONAL END ---
5258
5359
# Uninstall operators
5460
stackablectl release uninstall <CURRENT_RELEASE>

0 commit comments

Comments
 (0)