Zookeeper image change #6981
miroslavmasaryk3221
started this conversation in
General
Replies: 1 comment 1 reply
-
I don't think you can do this. The ZooKeeper image is dependent on the Kafka image since it is expected to be the same. It used to be that it was separately configurable long time ago, but it is not the case anymore. It seems we did not properly removed it from the values.yaml and the Helm Chart README - I'm sorry for that. I will have a look at it and open a PR to remove it. If you want to use custom ZooKeeper image, you have in general two options:
PS: Why is that image broken for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Im trying to change image for zookeper inside chart for argoCD:
I have tried everything my strimzi instance always tries to fetch image 3.0.0 unforunately this image is broken, unexepected EOF but I know that 3.1.0 is working, so I need to change it to work with 3.1.0
Here is my yaml file:
Beta Was this translation helpful? Give feedback.
All reactions