Skip to content

Commit 8831a81

Browse files
committed
docs: update release version
1 parent 686d8de commit 8831a81

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/modules/nifi/examples/getting_started/getting_started.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,31 @@ 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 repo"
4343
helm repo update
4444

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 nifi-operator stackable-dev/nifi-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 nifi-operator stackable-stable/nifi-operator --version 24.11.0
5252
# end::helm-install-operators[]
5353
;;
5454
"stackablectl")
5555
echo "installing Operators with stackablectl"
5656
# tag::stackablectl-install-operators[]
5757
stackablectl operator install \
58-
commons=0.0.0-dev \
59-
secret=0.0.0-dev \
60-
listener=0.0.0-dev \
61-
zookeeper=0.0.0-dev \
62-
nifi=0.0.0-dev
58+
commons=24.11.0 \
59+
secret=24.11.0 \
60+
listener=24.11.0 \
61+
zookeeper=24.11.0 \
62+
nifi=24.11.0
6363
# end::stackablectl-install-operators[]
6464
;;
6565
*)
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 nifi=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 nifi=24.11.0 operator

0 commit comments

Comments
 (0)