File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,22 @@ stackablectl demo install <DEMO_NAME>
39
39
# Get a list of installed operators
40
40
stackablectl operator installed --output=plain
41
41
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:
44
51
helm repo add minio https://charts.min.io/
45
52
helm repo add bitnami https://charts.bitnami.com/bitnami
46
53
47
- # Next , upgrade the charts, i.e. :
54
+ # Finally , upgrade the Charts. For example :
48
55
helm upgrade minio minio/minio --version x.x.x
49
56
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 ---
52
58
53
59
# Uninstall operators
54
60
stackablectl release uninstall <CURRENT_RELEASE>
You can’t perform that action at this time.
0 commit comments