Skip to content

[Feature]: Configurable init containers #32844

@kvandenhoute

Description

@kvandenhoute

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.

Metadata

Metadata

Labels

DevOps PodIssues related to devopsEnhancementNew feature or requestK8sKubernetes related issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions