Skip to content

Commit

Permalink
Merge pull request #1553 from Altinity/update_zookeeper
Browse files Browse the repository at this point in the history
Update zookeeper to 3.8.4
  • Loading branch information
sunsingerus authored Nov 5, 2024
2 parents 5b882ba + 9fcf2e8 commit a6cf50b
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "1Gi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ spec:
- name: zookeeper
command:
- /conf/zookeeperStart.sh
image: docker.io/zookeeper:3.8.3
image: docker.io/zookeeper:3.8.4
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ spec:
- name: zookeeper
command:
- /conf/zookeeperStart.sh
image: docker.io/zookeeper:3.8.3
image: docker.io/zookeeper:3.8.4
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
ports:
- containerPort: 2181
name: client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "512M"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "512M"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ spec:
- name: zookeeper
command:
- /conf/zookeeperStart.sh
image: docker.io/zookeeper:3.8.3
image: docker.io/zookeeper:3.8.4
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
ports:
- containerPort: 2181
name: client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "512M"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "512M"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "512M"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: IfNotPresent
image: "docker.io/zookeeper:3.8.3"
image: "docker.io/zookeeper:3.8.4"
resources:
requests:
memory: "512M"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['sidecar.istio.io/status']
image: docker.io/zookeeper:3.8.3
image: docker.io/zookeeper:3.8.4
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['sidecar.istio.io/status']
image: docker.io/zookeeper:3.8.3
image: docker.io/zookeeper:3.8.4
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/run_tests_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if [[ ! -z "${MINIKUBE_PRELOAD_IMAGES}" ]]; then
clickhouse/clickhouse-server:23.8
clickhouse/clickhouse-server:latest
altinity/clickhouse-server:22.8.15.25.altinitystable
docker.io/zookeeper:3.8.3
docker.io/zookeeper:3.8.4
"
for image in ${IMAGES}; do
docker pull -q ${image} && \
Expand Down
2 changes: 1 addition & 1 deletion tests/image/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CLICKHOUSE_IMAGE=${CLICKHOUSE_IMAGE:="clickhouse/clickhouse-server:23.8"}
CLICKHOUSE_IMAGE_OLD=${CLICKHOUSE_IMAGE_OLD:="clickhouse/clickhouse-server:23.3"}
CLICKHOUSE_IMAGE_LATEST=${CLICKHOUSE_IMAGE_LATEST:="clickhouse/clickhouse-server:latest"}
CLICKHOUSE_OPERATOR_TESTS_IMAGE=${CLICKHOUSE_OPERATOR_TESTS_IMAGE:="registry.gitlab.com/altinity-public/container-images/clickhouse-operator-test-runner:latest"}
ZOOKEEPER_IMAGE=${ZOOKEEPER_IMAGE:="zookeeper:3.8.3"}
ZOOKEEPER_IMAGE=${ZOOKEEPER_IMAGE:="zookeeper:3.8.4"}

K8S_VERSION=${K8S_VERSION:=1.28.5}
MINIKUBE_PRELOADED_TARBALL="preloaded-images-k8s-v18-v${K8S_VERSION}-docker-overlay2-amd64.tar.lz4"
Expand Down

0 comments on commit a6cf50b

Please sign in to comment.