@@ -168,22 +168,22 @@ To install the release 22.11 run
168
168
169
169
[source,console]
170
170
----
171
- $ helm repo add stackable https://repo.stackable.tech/repository/helm-stable/
172
- $ helm repo update stackable
173
- $ helm install --wait airflow-operator stackable/airflow-operator --version 0.6.0
174
- $ helm install --wait commons-operator stackable/commons-operator --version 0.4.0
175
- $ helm install --wait druid-operator stackable/druid-operator --version 0.8.0
176
- $ helm install --wait hbase-operator stackable/hbase-operator --version 0.5.0
177
- $ helm install --wait hdfs-operator stackable/hdfs-operator --version 0.6.0
178
- $ helm install --wait hive-operator stackable/hive-operator --version 0.8.0
179
- $ helm install --wait kafka-operator stackable/kafka-operator --version 0.8.0
180
- $ helm install --wait nifi-operator stackable/nifi-operator --version 0.8.0
181
- $ helm install --wait opa-operator stackable/opa-operator --version 0.11.0
182
- $ helm install --wait secret-operator stackable/secret-operator --version 0.6.0
183
- $ helm install --wait spark-k8s-operator stackable/spark-k8s-operator --version 0.6.0
184
- $ helm install --wait superset-operator stackable/superset-operator --version 0.7.0
185
- $ helm install --wait trino-operator stackable/trino-operator --version 0.7.0
186
- $ helm install --wait zookeeper-operator stackable/zookeeper-operator --version 0.12.0
171
+ $ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
172
+ $ helm repo update stackable-stable
173
+ $ helm install --wait airflow-operator stackable-stable /airflow-operator --version 0.6.0
174
+ $ helm install --wait commons-operator stackable-stable /commons-operator --version 0.4.0
175
+ $ helm install --wait druid-operator stackable-stable /druid-operator --version 0.8.0
176
+ $ helm install --wait hbase-operator stackable-stable /hbase-operator --version 0.5.0
177
+ $ helm install --wait hdfs-operator stackable-stable /hdfs-operator --version 0.6.0
178
+ $ helm install --wait hive-operator stackable-stable /hive-operator --version 0.8.0
179
+ $ helm install --wait kafka-operator stackable-stable /kafka-operator --version 0.8.0
180
+ $ helm install --wait nifi-operator stackable-stable /nifi-operator --version 0.8.0
181
+ $ helm install --wait opa-operator stackable-stable /opa-operator --version 0.11.0
182
+ $ helm install --wait secret-operator stackable-stable /secret-operator --version 0.6.0
183
+ $ helm install --wait spark-k8s-operator stackable-stable /spark-k8s-operator --version 0.6.0
184
+ $ helm install --wait superset-operator stackable-stable /superset-operator --version 0.7.0
185
+ $ helm install --wait trino-operator stackable-stable /trino-operator --version 0.7.0
186
+ $ helm install --wait zookeeper-operator stackable-stable /zookeeper-operator --version 0.12.0
187
187
----
188
188
189
189
==== Breaking changes
@@ -387,22 +387,22 @@ To install the release 22.09 run
387
387
388
388
[source,console]
389
389
----
390
- $ helm repo add stackable https://repo.stackable.tech/repository/helm-stable/
391
- $ helm repo update stackable
392
- $ helm install --wait airflow-operator stackable/airflow-operator --version 0.5.0
393
- $ helm install --wait commons-operator stackable/commons-operator --version 0.3.0
394
- $ helm install --wait druid-operator stackable/druid-operator --version 0.7.0
395
- $ helm install --wait hbase-operator stackable/hbase-operator --version 0.4.0
396
- $ helm install --wait hdfs-operator stackable/hdfs-operator --version 0.5.0
397
- $ helm install --wait hive-operator stackable/hive-operator --version 0.7.0
398
- $ helm install --wait kafka-operator stackable/kafka-operator --version 0.7.0
399
- $ helm install --wait nifi-operator stackable/nifi-operator --version 0.7.0
400
- $ helm install --wait opa-operator stackable/opa-operator --version 0.10.0
401
- $ helm install --wait secret-operator stackable/secret-operator --version 0.5.0
402
- $ helm install --wait spark-k8s-operator stackable/spark-k8s-operator --version 0.5.0
403
- $ helm install --wait superset-operator stackable/superset-operator --version 0.6.0
404
- $ helm install --wait trino-operator stackable/trino-operator --version 0.6.0
405
- $ helm install --wait zookeeper-operator stackable/zookeeper-operator --version 0.11.0
390
+ $ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
391
+ $ helm repo update stackable-stable
392
+ $ helm install --wait airflow-operator stackable-stable /airflow-operator --version 0.5.0
393
+ $ helm install --wait commons-operator stackable-stable /commons-operator --version 0.3.0
394
+ $ helm install --wait druid-operator stackable-stable /druid-operator --version 0.7.0
395
+ $ helm install --wait hbase-operator stackable-stable /hbase-operator --version 0.4.0
396
+ $ helm install --wait hdfs-operator stackable-stable /hdfs-operator --version 0.5.0
397
+ $ helm install --wait hive-operator stackable-stable /hive-operator --version 0.7.0
398
+ $ helm install --wait kafka-operator stackable-stable /kafka-operator --version 0.7.0
399
+ $ helm install --wait nifi-operator stackable-stable /nifi-operator --version 0.7.0
400
+ $ helm install --wait opa-operator stackable-stable /opa-operator --version 0.10.0
401
+ $ helm install --wait secret-operator stackable-stable /secret-operator --version 0.5.0
402
+ $ helm install --wait spark-k8s-operator stackable-stable /spark-k8s-operator --version 0.5.0
403
+ $ helm install --wait superset-operator stackable-stable /superset-operator --version 0.6.0
404
+ $ helm install --wait trino-operator stackable-stable /trino-operator --version 0.6.0
405
+ $ helm install --wait zookeeper-operator stackable-stable /zookeeper-operator --version 0.11.0
406
406
----
407
407
408
408
==== Breaking changes
0 commit comments