Skip to content

Commit c32d79e

Browse files
authored
docs: update release version (#792)
1 parent ad6db25 commit c32d79e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/modules/kafka/examples/getting_started/getting_started.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,30 @@ cd "$(dirname "$0")"
3535

3636
case "$1" in
3737
"helm")
38-
echo "Adding 'stackable-dev' Helm Chart repository"
38+
echo "Adding 'stackable-stable' Helm Chart repository"
3939
# tag::helm-add-repo[]
40-
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
40+
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
4141
# end::helm-add-repo[]
4242
echo "Updating Helm repositories"
4343
helm repo update
4444
echo "Installing Operators with Helm"
4545
# tag::helm-install-operators[]
46-
helm install --wait commons-operator stackable-dev/commons-operator --version 0.0.0-dev
47-
helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev
48-
helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev
49-
helm install --wait zookeeper-operator stackable-dev/zookeeper-operator --version 0.0.0-dev
50-
helm install --wait kafka-operator stackable-dev/kafka-operator --version 0.0.0-dev
46+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.0
47+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.0
48+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.0
49+
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.0
50+
helm install --wait kafka-operator stackable-stable/kafka-operator --version 24.11.0
5151
# end::helm-install-operators[]
5252
;;
5353
"stackablectl")
5454
echo "installing Operators with stackablectl"
5555
# tag::stackablectl-install-operators[]
5656
stackablectl operator install \
57-
commons=0.0.0-dev \
58-
secret=0.0.0-dev \
59-
listener=0.0.0-dev \
60-
zookeeper=0.0.0-dev \
61-
kafka=0.0.0-dev
57+
commons=24.11.0 \
58+
secret=24.11.0 \
59+
listener=24.11.0 \
60+
zookeeper=24.11.0 \
61+
kafka=24.11.0
6262
# end::stackablectl-install-operators[]
6363
;;
6464
*)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 kafka=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 kafka=24.11.0 operator

0 commit comments

Comments
 (0)