Skip to content

Commit ff34f96

Browse files
committed
Prepares for merge to master
1 parent 28e392b commit ff34f96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kafka/50kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
mountPath: /etc/kafka
4343
containers:
4444
- name: broker
45-
image: solsson/kafka:1.1@sha256:ba863ca7dc28563930584e37f93d57c2cbf3f46b1c1fa104fe8af7bcc0c31df4
45+
image: solsson/kafka:2.1.0@sha256:ac3f06d87d45c7be727863f31e79fbfdcb9c610b51ba9cf03c75a95d602f15e1
4646
env:
4747
- name: KAFKA_LOG4J_OPTS
4848
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

zookeeper/50pzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
mountPath: /var/lib/zookeeper/data
3434
containers:
3535
- name: zookeeper
36-
image: solsson/kafka:1.1@sha256:ba863ca7dc28563930584e37f93d57c2cbf3f46b1c1fa104fe8af7bcc0c31df4
36+
image: solsson/kafka:2.1.0@sha256:ac3f06d87d45c7be727863f31e79fbfdcb9c610b51ba9cf03c75a95d602f15e1
3737
env:
3838
- name: KAFKA_LOG4J_OPTS
3939
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

zookeeper/51zoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
mountPath: /var/lib/zookeeper/data
3737
containers:
3838
- name: zookeeper
39-
image: solsson/kafka:1.1@sha256:ba863ca7dc28563930584e37f93d57c2cbf3f46b1c1fa104fe8af7bcc0c31df4
39+
image: solsson/kafka:2.1.0@sha256:ac3f06d87d45c7be727863f31e79fbfdcb9c610b51ba9cf03c75a95d602f15e1
4040
env:
4141
- name: KAFKA_LOG4J_OPTS
4242
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

0 commit comments

Comments
 (0)