From 43056bda4a6719fbc49e48ad86dd9d958f84d554 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 19 Nov 2024 15:52:33 +0100 Subject: [PATCH] docs: update release version --- .../modules/opa/examples/getting_started/getting_started.sh | 6 +++--- .../modules/opa/examples/getting_started/install_output.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/opa/examples/getting_started/getting_started.sh b/docs/modules/opa/examples/getting_started/getting_started.sh index 460522ba..0ad997fa 100755 --- a/docs/modules/opa/examples/getting_started/getting_started.sh +++ b/docs/modules/opa/examples/getting_started/getting_started.sh @@ -28,20 +28,20 @@ case "$1" in "helm") echo "Adding 'stackable-dev' Helm Chart repository" # tag::helm-add-repo[] -helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/ +helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/ # end::helm-add-repo[] echo "Updating Helm repo" helm repo update echo "Installing operators with Helm" # tag::helm-install-operators[] -helm install --wait opa-operator stackable-dev/opa-operator --version 0.0.0-dev +helm install --wait opa-operator stackable-stable/opa-operator --version 24.11.0 # end::helm-install-operators[] ;; "stackablectl") echo "installing operators with stackablectl" # tag::stackablectl-install-operators[] -stackablectl operator install opa=0.0.0-dev +stackablectl operator install opa=24.11.0 # end::stackablectl-install-operators[] ;; *) diff --git a/docs/modules/opa/examples/getting_started/install_output.txt b/docs/modules/opa/examples/getting_started/install_output.txt index 0b596733..065a4471 100644 --- a/docs/modules/opa/examples/getting_started/install_output.txt +++ b/docs/modules/opa/examples/getting_started/install_output.txt @@ -1 +1 @@ -Installed opa=0.0.0-dev operator +Installed opa=24.11.0 operator