@@ -21,20 +21,20 @@ case "$1" in
2121" helm" )
2222echo " Installing Operators with Helm"
2323# tag::helm-install-operators[]
24- helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0 .0-dev
25- helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0 .0-dev
26- helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0 .0-dev
27- helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 0.0 .0-dev
24+ helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11 .0-rc1
25+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11 .0-rc1
26+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11 .0-rc1
27+ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11 .0-rc1
2828# end::helm-install-operators[]
2929;;
3030" stackablectl" )
3131echo " installing Operators with stackablectl"
3232# tag::stackablectl-install-operators[]
3333stackablectl operator install \
34- commons=0.0 .0-dev \
35- secret=0.0 .0-dev \
36- listener=0.0 .0-dev \
37- zookeeper=0.0 .0-dev
34+ commons=25.11 .0-rc1 \
35+ secret=25.11 .0-rc1 \
36+ listener=25.11 .0-rc1 \
37+ zookeeper=25.11 .0-rc1
3838# end::stackablectl-install-operators[]
3939;;
4040* )
@@ -63,7 +63,7 @@ zkCli_ls() {
6363# tag::zkcli-ls[]
6464kubectl run my-pod \
6565 --stdin --tty --quiet --restart=Never \
66- --image oci.stackable.tech/sdp/zookeeper:3.9.4-stackable0.0 .0-dev -- \
66+ --image oci.stackable.tech/sdp/zookeeper:3.9.4-stackable25.11 .0-rc1 -- \
6767 bin/zkCli.sh -server simple-zk-server:2282 ls / > /dev/null && \
6868 kubectl logs my-pod && \
6969 kubectl delete pods my-pod
0 commit comments