Skip to content

Commit 608dbe1

Browse files
authored
docs: update release version (#655)
1 parent 502be5c commit 608dbe1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/modules/opa/examples/getting_started/getting_started.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ case "$1" in
2828
"helm")
2929
echo "Adding 'stackable-dev' Helm Chart repository"
3030
# tag::helm-add-repo[]
31-
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
31+
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
3232
# end::helm-add-repo[]
3333
echo "Updating Helm repo"
3434
helm repo update
3535

3636
echo "Installing operators with Helm"
3737
# tag::helm-install-operators[]
38-
helm install --wait opa-operator stackable-dev/opa-operator --version 0.0.0-dev
38+
helm install --wait opa-operator stackable-stable/opa-operator --version 24.11.0
3939
# end::helm-install-operators[]
4040
;;
4141
"stackablectl")
4242
echo "installing operators with stackablectl"
4343
# tag::stackablectl-install-operators[]
44-
stackablectl operator install opa=0.0.0-dev
44+
stackablectl operator install opa=24.11.0
4545
# end::stackablectl-install-operators[]
4646
;;
4747
*)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Installed opa=0.0.0-dev operator
1+
Installed opa=24.11.0 operator

0 commit comments

Comments
 (0)