@@ -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 0.0 .0-dev &
25- helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 0.0 .0-dev &
26- helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0 .0-dev &
27- helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0 .0-dev &
28- helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0 .0-dev &
29- helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 0.0 .0-dev &
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 &
3030wait
3131# end::helm-install-operators[]
3232;;
3333" stackablectl" )
3434echo " installing Operators with stackablectl"
3535# tag::stackablectl-install-operators[]
3636stackablectl operator install \
37- commons=0.0 .0-dev \
38- secret=0.0 .0-dev \
39- listener=0.0 .0-dev \
40- zookeeper=0.0 .0-dev \
41- hdfs=0.0 .0-dev \
42- hbase=0.0 .0-dev
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
4343# end::stackablectl-install-operators[]
4444;;
4545* )
0 commit comments