@@ -32,30 +32,30 @@ cd "$(dirname "$0")"
3232
3333case " $1 " in
3434" helm" )
35- echo " Adding 'stackable-dev ' Helm Chart repository"
35+ echo " Adding 'stackable-stable ' Helm Chart repository"
3636# tag::helm-add-repo[]
37- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
37+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
3838# end::helm-add-repo[]
3939echo " Updating Helm repo"
4040helm repo update
4141echo " Installing Operators with Helm"
4242# tag::helm-install-operators[]
43- helm install --wait zookeeper-operator stackable-dev /zookeeper-operator --version 0.0.0-dev
44- helm install --wait hdfs-operator stackable-dev /hdfs-operator --version 0.0.0-dev
45- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
46- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
47- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
43+ helm install --wait zookeeper-operator stackable-stable /zookeeper-operator --version 24.11.0
44+ helm install --wait hdfs-operator stackable-stable /hdfs-operator --version 24.11.0
45+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
46+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
47+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
4848# end::helm-install-operators[]
4949;;
5050" stackablectl" )
5151echo " installing Operators with stackablectl"
5252# tag::stackablectl-install-operators[]
5353stackablectl operator install \
54- commons=0.0.0-dev \
55- secret=0.0.0-dev \
56- listener=0.0.0-dev \
57- zookeeper=0.0.0-dev \
58- hdfs=0.0.0-dev
54+ commons=24.11.0 \
55+ secret=24.11.0 \
56+ listener=24.11.0 \
57+ zookeeper=24.11.0 \
58+ hdfs=24.11.0
5959# end::stackablectl-install-operators[]
6060;;
6161* )
0 commit comments