@@ -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 26.3 .0-rc1
25+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 26.3 .0-rc1
26+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 26.3 .0-rc1
27+ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 26.3 .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=26.3 .0-rc1 \
35+ secret=26.3 .0-rc1 \
36+ listener=26.3 .0-rc1 \
37+ zookeeper=26.3 .0-rc1
3838# end::stackablectl-install-operators[]
3939;;
4040* )
@@ -70,7 +70,7 @@ zkCli_ls() {
7070# tag::zkcli-ls[]
7171kubectl run my-pod \
7272 --stdin --tty --quiet --restart=Never \
73- --image oci.stackable.tech/sdp/zookeeper:3.9.4-stackable0.0 .0-dev -- \
73+ --image oci.stackable.tech/sdp/zookeeper:3.9.4-stackable26.3 .0-rc1 -- \
7474 bin/zkCli.sh -server simple-zk-server:2282 ls / > /dev/null && \
7575 kubectl logs my-pod && \
7676 kubectl delete pods my-pod
0 commit comments