Skip to content

Commit 06ea6f5

Browse files
authored
Fixes names of the Helm repos
to be consistent with the rest of the documentation (#313)
1 parent 67242fc commit 06ea6f5

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

modules/ROOT/pages/release_notes.adoc

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -168,22 +168,22 @@ To install the release 22.11 run
168168

169169
[source,console]
170170
----
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
187187
----
188188

189189
==== Breaking changes
@@ -387,22 +387,22 @@ To install the release 22.09 run
387387

388388
[source,console]
389389
----
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
406406
----
407407

408408
==== Breaking changes

0 commit comments

Comments
 (0)