@@ -36,19 +36,19 @@ cd "$(dirname "$0")"
3636
3737case " $1 " in
3838" helm" )
39- echo " Adding 'stackable-dev ' Helm Chart repository"
39+ echo " Adding 'stackable-stable ' Helm Chart repository"
4040# tag::helm-add-repo[]
41- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
41+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
4242# end::helm-add-repo[]
4343echo " Updating Helm repo"
4444helm repo update
4545
4646echo " Installing Operators with Helm"
4747# tag::helm-install-operators[]
48- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
49- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
50- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
51- helm install --wait hive-operator stackable-dev /hive-operator --version 0.0.0-dev
48+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
49+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
50+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
51+ helm install --wait hive-operator stackable-stable /hive-operator --version 24.11.0
5252# end::helm-install-operators[]
5353
5454echo " Install minio for S3"
@@ -87,10 +87,10 @@ if false; then
8787echo " Installing Operators with stackablectl"
8888# tag::stackablectl-install-operators[]
8989stackablectl operator install \
90- commons=0.0.0-dev \
91- secret=0.0.0-dev \
92- listener=0.0.0-dev \
93- hive=0.0.0-dev
90+ commons=24.11.0 \
91+ secret=24.11.0 \
92+ listener=24.11.0 \
93+ hive=24.11.0
9494# end::stackablectl-install-operators[]
9595fi
9696
0 commit comments