Skip to content

Commit a4517d4

Browse files
committed
Using zookeeper 3.7.0
1 parent 25b32d7 commit a4517d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s/zk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
containers:
4747
- name: zk
4848
imagePullPolicy: IfNotPresent
49-
image: engapa/zookeeper:3.5.8
49+
image: engapa/zookeeper:3.7.0
5050
resources:
5151
requests:
5252
memory: 512M

openshift/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
SCALA_VERSION=${SCALA_VERSION:-"2.13"}
66
KAFKA_VERSION=${KAFKA_VERSION:-"2.8.0"}
77
KAFKA_IMAGE=${KAFKA_IMAGE:-"engapa/kafka:${SCALA_VERSION}-${KAFKA_VERSION}"}
8-
ZOO_VERSION='3.5.8'
8+
ZOO_VERSION='3.7.0'
99
ZK_IMAGE="engapa/zookeeper:${ZOO_VERSION}"
1010

1111
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

0 commit comments

Comments
 (0)