From b92a71069734b4778646eaa4ec5fa2d5036cd79b Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 19 Nov 2024 15:53:19 +0100 Subject: [PATCH] docs: update release version --- .../getting_started/getting_started.sh | 20 +++++++++---------- .../install-operator-output.txt | 8 ++++---- .../examples/getting_started/release.yaml | 8 ++++---- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/modules/hive/examples/getting_started/getting_started.sh b/docs/modules/hive/examples/getting_started/getting_started.sh index d6a447c0..9b2597d3 100755 --- a/docs/modules/hive/examples/getting_started/getting_started.sh +++ b/docs/modules/hive/examples/getting_started/getting_started.sh @@ -36,19 +36,19 @@ cd "$(dirname "$0")" case "$1" in "helm") -echo "Adding 'stackable-dev' Helm Chart repository" +echo "Adding 'stackable-stable' 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 commons-operator stackable-dev/commons-operator --version 0.0.0-dev -helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev -helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev -helm install --wait hive-operator stackable-dev/hive-operator --version 0.0.0-dev +helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.0 +helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.0 +helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.0 +helm install --wait hive-operator stackable-stable/hive-operator --version 24.11.0 # end::helm-install-operators[] echo "Install minio for S3" @@ -87,10 +87,10 @@ if false; then echo "Installing Operators with stackablectl" # tag::stackablectl-install-operators[] stackablectl operator install \ - commons=0.0.0-dev \ - secret=0.0.0-dev \ - listener=0.0.0-dev \ - hive=0.0.0-dev + commons=24.11.0 \ + secret=24.11.0 \ + listener=24.11.0 \ + hive=24.11.0 # end::stackablectl-install-operators[] fi diff --git a/docs/modules/hive/examples/getting_started/install-operator-output.txt b/docs/modules/hive/examples/getting_started/install-operator-output.txt index ec5f72ad..f4c4e58a 100644 --- a/docs/modules/hive/examples/getting_started/install-operator-output.txt +++ b/docs/modules/hive/examples/getting_started/install-operator-output.txt @@ -1,4 +1,4 @@ -Installed commons=0.0.0-dev operator -Installed secret=0.0.0-dev operator -Installed listener=0.0.0-dev operator -Installed hive=0.0.0-dev operator +Installed commons=24.11.0 operator +Installed secret=24.11.0 operator +Installed listener=24.11.0 operator +Installed hive=24.11.0 operator diff --git a/docs/modules/hive/examples/getting_started/release.yaml b/docs/modules/hive/examples/getting_started/release.yaml index 0bb5223f..5b974963 100644 --- a/docs/modules/hive/examples/getting_started/release.yaml +++ b/docs/modules/hive/examples/getting_started/release.yaml @@ -5,10 +5,10 @@ releases: description: Demo / Test release for Hive getting started guide products: commons: - operatorVersion: 0.0.0-dev + operatorVersion: 24.11.0 hive: - operatorVersion: 0.0.0-dev + operatorVersion: 24.11.0 listener: - operatorVersion: 0.0.0-dev + operatorVersion: 24.11.0 secret: - operatorVersion: 0.0.0-dev + operatorVersion: 24.11.0