@@ -35,31 +35,31 @@ cd "$(dirname "$0")"
3535
3636case " $1 " in
3737" helm" )
38- echo " Adding 'stackable-dev ' Helm Chart repository"
38+ echo " Adding 'stackable-stable ' Helm Chart repository"
3939# tag::helm-add-repo[]
40- helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev /
40+ helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable /
4141# end::helm-add-repo[]
4242echo " Updating Helm repo"
4343helm repo update
4444
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 nifi-operator stackable-dev /nifi-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 nifi-operator stackable-stable /nifi-operator --version 24.11.0
5252# end::helm-install-operators[]
5353;;
5454" stackablectl" )
5555echo " installing Operators with stackablectl"
5656# tag::stackablectl-install-operators[]
5757stackablectl operator install \
58- commons=0.0.0-dev \
59- secret=0.0.0-dev \
60- listener=0.0.0-dev \
61- zookeeper=0.0.0-dev \
62- nifi=0.0.0-dev
58+ commons=24.11.0 \
59+ secret=24.11.0 \
60+ listener=24.11.0 \
61+ zookeeper=24.11.0 \
62+ nifi=24.11.0
6363# end::stackablectl-install-operators[]
6464;;
6565* )
0 commit comments