Skip to content

Commit

Permalink
docs: update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Nov 19, 2024
1 parent 84faff9 commit b92a710
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions docs/modules/hive/examples/getting_started/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions docs/modules/hive/examples/getting_started/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b92a710

Please sign in to comment.