-
Notifications
You must be signed in to change notification settings - Fork 61
init container image cannot be changed, is using "latest" tag #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What would you like to see here? We should create an image just for this container and push it to gcr.io? |
No, just the option to set the image myself, like I can do with the cassandra and sidecar images. And the pull secret would have to be considered, too, just as it also already works for the other two. apiVersion: cassandraoperator.instaclustr.com/v1alpha1 |
@smiklosovic |
@jgoeres feel free to reach us at Instaclustr, we are always happy to help! |
Hi,
I can successfully change the operator, cassandra, and sidecar images to come from our internal registry. Alas, I cannot change the image used as init container, it is always busybox:latest.
While this is "just" the init container, having an external dependency is not nice for prod environments. Further, having "latest" tag gives a bit of "mystery meat" situation (yes, it is "merely" busybox, but still, things can break).
Regards
J
The text was updated successfully, but these errors were encountered: