We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b32d7 commit a4517d4Copy full SHA for a4517d4
k8s/zk.yaml
@@ -46,7 +46,7 @@ spec:
46
containers:
47
- name: zk
48
imagePullPolicy: IfNotPresent
49
- image: engapa/zookeeper:3.5.8
+ image: engapa/zookeeper:3.7.0
50
resources:
51
requests:
52
memory: 512M
openshift/main.sh
@@ -5,7 +5,7 @@ set -e
5
SCALA_VERSION=${SCALA_VERSION:-"2.13"}
6
KAFKA_VERSION=${KAFKA_VERSION:-"2.8.0"}
7
KAFKA_IMAGE=${KAFKA_IMAGE:-"engapa/kafka:${SCALA_VERSION}-${KAFKA_VERSION}"}
8
-ZOO_VERSION='3.5.8'
+ZOO_VERSION='3.7.0'
9
ZK_IMAGE="engapa/zookeeper:${ZOO_VERSION}"
10
11
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
0 commit comments