File tree Expand file tree Collapse file tree
docs/modules/zookeeper/examples/getting_started/code Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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.5 -stackable0.0.0-dev -- \
7474 bin/zkCli.sh -server simple-zk-server:2282 ls / > /dev/null && \
7575 kubectl logs my-pod && \
7676 kubectl delete pods my-pod
Original file line number Diff line number Diff line change @@ -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 -stackable{{ versions.zookeeper }} -- \
73+ --image oci.stackable.tech/sdp/zookeeper:3.9.5 -stackable{{ versions.zookeeper }} -- \
7474 bin/zkCli.sh -server simple-zk-server:2282 ls / > /dev/null && \
7575 kubectl logs my-pod && \
7676 kubectl delete pods my-pod
You can’t perform that action at this time.
0 commit comments