Skip to content

Commit 88db242

Browse files
authored
docs: update release version (#654)
1 parent c6457d5 commit 88db242

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

docs/modules/druid/examples/getting_started/getting_started.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,32 @@ cd "$(dirname "$0")"
3636

3737
case "$1" in
3838
"helm")
39-
echo "Adding 'stackable-dev' Helm Chart repository"
39+
echo "Adding 'stackable-stable' Helm Chart repository"
4040
# tag::helm-add-repo[]
41-
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
41+
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
4242
# end::helm-add-repo[]
4343
echo "Updating Helm repo"
4444
helm repo update
4545
echo "Installing Operators with Helm"
4646
# tag::helm-install-operators[]
47-
helm install --wait commons-operator stackable-dev/commons-operator --version 0.0.0-dev
48-
helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev
49-
helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev
50-
helm install --wait zookeeper-operator stackable-dev/zookeeper-operator --version 0.0.0-dev
51-
helm install --wait hdfs-operator stackable-dev/hdfs-operator --version 0.0.0-dev
52-
helm install --wait druid-operator stackable-dev/druid-operator --version 0.0.0-dev
47+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.0
48+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.0
49+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.0
50+
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.0
51+
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.0
52+
helm install --wait druid-operator stackable-stable/druid-operator --version 24.11.0
5353
# end::helm-install-operators[]
5454
;;
5555
"stackablectl")
5656
echo "installing Operators with stackablectl"
5757
# tag::stackablectl-install-operators[]
5858
stackablectl operator install \
59-
commons=0.0.0-dev \
60-
secret=0.0.0-dev \
61-
listener=0.0.0-dev \
62-
zookeeper=0.0.0-dev \
63-
hdfs=0.0.0-dev \
64-
druid=0.0.0-dev
59+
commons=24.11.0 \
60+
secret=24.11.0 \
61+
listener=24.11.0 \
62+
zookeeper=24.11.0 \
63+
hdfs=24.11.0 \
64+
druid=24.11.0
6565
# end::stackablectl-install-operators[]
6666
;;
6767
*)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Installed commons=0.0.0-dev operator
2-
Installed secret=0.0.0-dev operator
3-
Installed listener=0.0.0-dev operator
4-
Installed zookeeper=0.0.0-dev operator
5-
Installed hdfs=0.0.0-dev operator
6-
Installed druid=0.0.0-dev operator
1+
Installed commons=24.11.0 operator
2+
Installed secret=24.11.0 operator
3+
Installed listener=24.11.0 operator
4+
Installed zookeeper=24.11.0 operator
5+
Installed hdfs=24.11.0 operator
6+
Installed druid=24.11.0 operator

0 commit comments

Comments
 (0)