-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
In line with other images in this chart, initContainer images should be configurable. Registry, repository and tag all hould be set separately. An imagePullPolicy would also be useful.
To ensure backwards compatibility the redis.image and mongodb.image properties should still exist. But in a later major chart version, they should be removed, as these don't really solve anything.
Why should this be worked on?
Because right now you can't easily update. When you have a custom registry (with replicated images), you must check the statefulset.yaml file in the helm chart to see what the latest supported version is. To then copy that version and replace docker.io with your own registry. When registry, repository and tag are set in the values.yaml, you can overwrite the registry property and overcome this problem.