Skip to content

Commit f1bcd78

Browse files
committed
chore: Add Helm update commands
1 parent 3a9ef57 commit f1bcd78

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ stackablectl demo install <DEMO_NAME>
3939
# Get a list of installed operators
4040
stackablectl operator installed
4141
42+
# Sometimes it is necessary to upgrade Helm charts
43+
# First, add the Helm repositories
44+
helm repo add minio https://charts.min.io/
45+
helm repo add bitnami https://charts.bitnami.com/bitnami
46+
47+
# Next, upgrade the charts, i.e.:
48+
helm upgrade minio minio/minio --version x.x.x
49+
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
52+
4253
# Uninstall operators
4354
stackablectl release uninstall <CURRENT_RELEASE>
4455

0 commit comments

Comments
 (0)