File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,17 @@ stackablectl demo install <DEMO_NAME>
39
39
# Get a list of installed operators
40
40
stackablectl operator installed
41
41
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
+
42
53
# Uninstall operators
43
54
stackablectl release uninstall <CURRENT_RELEASE>
44
55
You can’t perform that action at this time.
0 commit comments