@@ -21,25 +21,25 @@ case "$1" in
2121" helm" )
2222echo " Installing Operators with Helm"
2323# tag::helm-install-operators[]
24- helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11.0-rc1 &
25- helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.11.0-rc1 &
26- helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0-rc1 &
27- helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0-rc1 &
28- helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0-rc1 &
29- helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.11.0-rc1 &
24+ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11.0 &
25+ helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.11.0 &
26+ helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0 &
27+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0 &
28+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0 &
29+ helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.11.0 &
3030wait
3131# end::helm-install-operators[]
3232;;
3333" stackablectl" )
3434echo " installing Operators with stackablectl"
3535# tag::stackablectl-install-operators[]
3636stackablectl operator install \
37- commons=25.11.0-rc1 \
38- secret=25.11.0-rc1 \
39- listener=25.11.0-rc1 \
40- zookeeper=25.11.0-rc1 \
41- hdfs=25.11.0-rc1 \
42- hbase=25.11.0-rc1
37+ commons=25.11.0 \
38+ secret=25.11.0 \
39+ listener=25.11.0 \
40+ zookeeper=25.11.0 \
41+ hdfs=25.11.0 \
42+ hbase=25.11.0
4343# end::stackablectl-install-operators[]
4444;;
4545* )
0 commit comments