Skip to content

Commit 060dbd5

Browse files
authored
docs: update release version (#497)
1 parent 62bbd90 commit 060dbd5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/modules/spark-k8s/examples/getting_started/getting_started.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@ cd "$(dirname "$0")"
3131

3232
case "$1" in
3333
"helm")
34-
echo "Adding 'stackable-dev' Helm Chart repository"
34+
echo "Adding 'stackable-stable' Helm Chart repository"
3535
# tag::helm-add-repo[]
36-
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
36+
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
3737
# end::helm-add-repo[]
3838
echo "Updating Helm repo"
3939
helm repo update
4040

4141
echo "Installing Operators with Helm"
4242
# tag::helm-install-operators[]
43-
helm install --wait commons-operator stackable-dev/commons-operator --version 0.0.0-dev
44-
helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev
45-
helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev
46-
helm install --wait spark-k8s-operator stackable-dev/spark-k8s-operator --version 0.0.0-dev
43+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.0
44+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.0
45+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.0
46+
helm install --wait spark-k8s-operator stackable-stable/spark-k8s-operator --version 24.11.0
4747
# end::helm-install-operators[]
4848
;;
4949
"stackablectl")
5050
echo "installing Operators with stackablectl"
5151
# tag::stackablectl-install-operators[]
5252
stackablectl operator install \
53-
commons=0.0.0-dev \
54-
secret=0.0.0-dev \
55-
listener=0.0.0-dev \
56-
spark-k8s=0.0.0-dev
53+
commons=24.11.0 \
54+
secret=24.11.0 \
55+
listener=24.11.0 \
56+
spark-k8s=24.11.0
5757
# end::stackablectl-install-operators[]
5858
;;
5959
*)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 spark-k8s=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 spark-k8s=24.11.0 operator

0 commit comments

Comments
 (0)