@@ -26,24 +26,24 @@ case "$1" in
2626" helm" )
2727echo " Installing Operators with Helm"
2828# tag::helm-install-operators[]
29- helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0 .0-dev
30- helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0 .0-dev
31- helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0 .0-dev --set preset=stable-nodes
32- helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 0.0 .0-dev
33- helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 0.0 .0-dev
34- helm install --wait druid-operator oci://oci.stackable.tech/sdp-charts/druid-operator --version 0.0 .0-dev
29+ helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11 .0-rc1
30+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11 .0-rc1
31+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11 .0-rc1 --set preset=stable-nodes
32+ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11 .0-rc1
33+ helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.11 .0-rc1
34+ helm install --wait druid-operator oci://oci.stackable.tech/sdp-charts/druid-operator --version 25.11 .0-rc1
3535# end::helm-install-operators[]
3636;;
3737" stackablectl" )
3838echo " installing Operators with stackablectl"
3939# tag::stackablectl-install-operators[]
4040stackablectl operator install \
41- commons=0.0 .0-dev \
42- secret=0.0 .0-dev \
43- listener=0.0 .0-dev \
44- zookeeper=0.0 .0-dev \
45- hdfs=0.0 .0-dev \
46- druid=0.0 .0-dev
41+ commons=25.11 .0-rc1 \
42+ secret=25.11 .0-rc1 \
43+ listener=25.11 .0-rc1 \
44+ zookeeper=25.11 .0-rc1 \
45+ hdfs=25.11 .0-rc1 \
46+ druid=25.11 .0-rc1
4747# end::stackablectl-install-operators[]
4848;;
4949* )
0 commit comments