@@ -55,7 +55,7 @@ You can list the available releases as follows
55
55
$ stackablectl release list
56
56
RELEASE RELEASE DATE DESCRIPTION
57
57
22.06 2022-06-30 First official release of the Stackable Data Platform
58
- 22.09 2022-09-09 Second release focusing on OpenShift support and security
58
+ 22.09 2022-09-09 Second release focusing on security and OpenShift support
59
59
----
60
60
61
61
To uninstall the `22.06` release run
@@ -84,7 +84,7 @@ $ stackablectl release install 22.09
84
84
[INFO ] Installing kafka operator in version 0.7.0
85
85
[INFO ] Installing nifi operator in version 0.7.0
86
86
[INFO ] Installing opa operator in version 0.10.0
87
- [INFO ] Installing secret operator in version 0.6 .0
87
+ [INFO ] Installing secret operator in version 0.5 .0
88
88
[INFO ] Installing spark-k8s operator in version 0.5.0
89
89
[INFO ] Installing superset operator in version 0.6.0
90
90
[INFO ] Installing trino operator in version 0.5.0
@@ -119,7 +119,7 @@ $ helm install --wait hive-operator stackable/hive-operator --version 0.7.0
119
119
$ helm install --wait kafka-operator stackable/kafka-operator --version 0.7.0
120
120
$ helm install --wait nifi-operator stackable/nifi-operator --version 0.7.0
121
121
$ helm install --wait opa-operator stackable/opa-operator --version 0.10.0
122
- $ helm install --wait secret-operator stackable/secret-operator --version 0.6 .0
122
+ $ helm install --wait secret-operator stackable/secret-operator --version 0.5 .0
123
123
$ helm install --wait spark-k8s-operator stackable/spark-k8s-operator --version 0.5.0
124
124
$ helm install --wait superset-operator stackable/superset-operator --version 0.6.0
125
125
$ helm install --wait trino-operator stackable/trino-operator --version 0.5.0
0 commit comments