Skip to content

Commit

Permalink
Merge pull request Yolean#19 from Yolean/kafka-0.10.1.1
Browse files Browse the repository at this point in the history
Bump Kafka to 0.10.1.1
  • Loading branch information
solsson authored Feb 14, 2017
2 parents 419b31e + 624585a commit 7e56bcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: broker
image: solsson/kafka-persistent:0.10.1@sha256:110f9e866acd4fb9e059b45884c34a210b2f40d6e2f8afe98ded616f43b599f9
image: solsson/kafka-persistent:0.10.1@sha256:0719b4688b666490abf4b32a3cc5c5da7bb2d6276b47377b35de5429f783e9c2
ports:
- containerPort: 9092
command:
Expand Down
2 changes: 1 addition & 1 deletion docker-kafka-persistent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

FROM openjdk:8u102-jre

ENV kafka_version=0.10.1.0
ENV kafka_version=0.10.1.1
ENV scala_version=2.11.8
ENV kafka_bin_version=2.11-$kafka_version

Expand Down
2 changes: 1 addition & 1 deletion test/99testclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: kafka
image: solsson/kafka-persistent:0.10.1@sha256:110f9e866acd4fb9e059b45884c34a210b2f40d6e2f8afe98ded616f43b599f9
image: solsson/kafka-persistent:0.10.1@sha256:0719b4688b666490abf4b32a3cc5c5da7bb2d6276b47377b35de5429f783e9c2
command:
- sh
- -c
Expand Down

0 comments on commit 7e56bcf

Please sign in to comment.