Skip to content

Commit 72ca76d

Browse files
committed
Turns out we didn't need the ps command anyway
This reverts commit c60c28d.
1 parent e282aec commit 72ca76d

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

avro-tools/test/rest-curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
spec:
115115
containers:
116116
- name: topic-create
117-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
117+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
118118
command:
119119
- ./bin/kafka-topics.sh
120120
- --zookeeper

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.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
45+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
4646
env:
4747
- name: KAFKA_LOG4J_OPTS
4848
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

kafka/test/kafkacat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
spec:
7373
containers:
7474
- name: topic-create
75-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
75+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
7676
command:
7777
- ./bin/kafka-topics.sh
7878
- --zookeeper

kafka/test/produce-consume.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
spec:
5656
containers:
5757
- name: topic-create
58-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
58+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
5959
command:
6060
- ./bin/kafka-topics.sh
6161
- --zookeeper
@@ -95,7 +95,7 @@ spec:
9595
spec:
9696
containers:
9797
- name: producer
98-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
98+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
9999
env:
100100
- name: BOOTSTRAP
101101
value: bootstrap.kafka:9092
@@ -114,7 +114,7 @@ spec:
114114
- name: shared
115115
mountPath: /shared
116116
- name: consumer
117-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
117+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
118118
env:
119119
- name: BOOTSTRAP
120120
value: bootstrap.kafka:9092

maintenance/preferred-replica-election-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kafka
13-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
13+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
1414
command:
1515
- ./bin/kafka-preferred-replica-election.sh
1616
- --zookeeper

maintenance/reassign-paritions-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kafka
13-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
13+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
1414
env:
1515
- name: ZOOKEEPER
1616
value: zookeeper.kafka:2181

maintenance/replication-factor-increase-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kafka
13-
image: solsson/kafka:1.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
13+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
1414
env:
1515
- name: ZOOKEEPER
1616
value: zookeeper.kafka:2181

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.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
36+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
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.0.2-ps@sha256:632da34b98ec5b1161086d3c30eb062a319d6658db1732deeeede0593dd2b1a1
39+
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
4040
env:
4141
- name: KAFKA_LOG4J_OPTS
4242
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

0 commit comments

Comments
 (0)