Skip to content

Commit

Permalink
Update kafka demo zookeeper image tag
Browse files Browse the repository at this point in the history
Summary: We recently updated the yaml to point to the `latest` tag for zookeeper. This can lead to problems if the owner made another push to the `latest` tag with an incompatible zookeeper version. Instead, I pushed the zookeeper image to a registry that we control and updated the image tag.

Test Plan: n/a

Reviewers: htroisi, rcheng, philkuz

Reviewed By: htroisi

Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D12535

GitOrigin-RevId: 15eeb34ab2a2bece87df1d8830804ef92997f34b
  • Loading branch information
aimichelle authored and copybaranaut committed Nov 16, 2022
1 parent 60a463b commit 3601d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/kafka/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ spec:
- env:
- name: ZOOKEEPER_CLIENT_PORT
value: "2181"
image: wurstmeister/zookeeper:latest
image: gcr.io/pixie-prod/demos/kafka/zookeeper:2.0
name: zookeeper
ports:
- containerPort: 2181
Expand Down

0 comments on commit 3601d39

Please sign in to comment.