@@ -36,32 +36,32 @@ 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
4545echo " Installing Operators with Helm"
4646# tag::helm-install-operators[]
47- helm install --wait commons-operator stackable-dev /commons-operator --version 0.0.0-dev
48- helm install --wait secret-operator stackable-dev /secret-operator --version 0.0.0-dev
49- helm install --wait listener-operator stackable-dev /listener-operator --version 0.0.0-dev
50- helm install --wait zookeeper-operator stackable-dev /zookeeper-operator --version 0.0.0-dev
51- helm install --wait hdfs-operator stackable-dev /hdfs-operator --version 0.0.0-dev
52- helm install --wait druid-operator stackable-dev /druid-operator --version 0.0.0-dev
47+ helm install --wait commons-operator stackable-stable /commons-operator --version 24.11.0
48+ helm install --wait secret-operator stackable-stable /secret-operator --version 24.11.0
49+ helm install --wait listener-operator stackable-stable /listener-operator --version 24.11.0
50+ helm install --wait zookeeper-operator stackable-stable /zookeeper-operator --version 24.11.0
51+ helm install --wait hdfs-operator stackable-stable /hdfs-operator --version 24.11.0
52+ helm install --wait druid-operator stackable-stable /druid-operator --version 24.11.0
5353# end::helm-install-operators[]
5454;;
5555" stackablectl" )
5656echo " installing Operators with stackablectl"
5757# tag::stackablectl-install-operators[]
5858stackablectl operator install \
59- commons=0.0.0-dev \
60- secret=0.0.0-dev \
61- listener=0.0.0-dev \
62- zookeeper=0.0.0-dev \
63- hdfs=0.0.0-dev \
64- druid=0.0.0-dev
59+ commons=24.11.0 \
60+ secret=24.11.0 \
61+ listener=24.11.0 \
62+ zookeeper=24.11.0 \
63+ hdfs=24.11.0 \
64+ druid=24.11.0
6565# end::stackablectl-install-operators[]
6666;;
6767* )
0 commit comments