Skip to content

Commit

Permalink
Merge branch 'kafka-1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 21, 2018
2 parents 209faf5 + 6153586 commit f08790a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka/50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
mountPath: /etc/kafka
containers:
- name: broker
image: solsson/kafka:1.0.1@sha256:1a4689d49d6274ac59b9b740f51b0408e1c90a9b66d16ad114ee9f7193bab111
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789
env:
- name: KAFKA_LOG4J_OPTS
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties
Expand Down
2 changes: 1 addition & 1 deletion update-kafka-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ IMAGE=$1

[[ $IMAGE != solsson/kafka:* ]] && echo "Should be the full image identifier" && exit 1

for F in ./ kafka/test/ zookeeper/; do
for F in kafka/ kafka/test/ zookeeper/; do
sed -i "s|image: solsson/kafka:.*|image: $IMAGE|" $F*.yml
done

0 comments on commit f08790a

Please sign in to comment.