@@ -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 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
29+ helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0
30+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0
31+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0 --set preset=stable-nodes
32+ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11.0
33+ helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.11.0
34+ helm install --wait druid-operator oci://oci.stackable.tech/sdp-charts/druid-operator --version 25.11.0
3535# end::helm-install-operators[]
3636;;
3737" stackablectl" )
3838echo " installing Operators with stackablectl"
3939# tag::stackablectl-install-operators[]
4040stackablectl operator install \
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
41+ commons=25.11.0 \
42+ secret=25.11.0 \
43+ listener=25.11.0 \
44+ zookeeper=25.11.0 \
45+ hdfs=25.11.0 \
46+ druid=25.11.0
4747# end::stackablectl-install-operators[]
4848;;
4949* )
0 commit comments