-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat: Configurable init container images #32845
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
base: release
Are you sure you want to change the base?
feat: Configurable init container images #32845
Conversation
WalkthroughWalkthroughThe recent update to the Helm chart introduces configurable image references and pull policies for Redis and MongoDB init containers. This enhancement allows users to specify registry, repository, tag, and pull policy for each container, improving flexibility and compatibility with custom registries. Changes
Assessment against linked issues
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (3)
Additional Context UsedLanguageTool (232)
Additional comments not posted (6)
Warning Following problems were encountered
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
|
keep open |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
|
@sharat87 @pratapaprasanna Possible to have a look at this? Anything you want me to change? |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
|
@sharat87 @pratapaprasanna Possible to have a look at this? Anything you want me to change? |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
|
bump |
Description
This PR enables configurable init container images.
In line with other images in this chart, this PR makes sure you can configure registry, repository and tag all separately.
It also adds a imagePullPolicy.
To ensure backwards compatibility I left the redis.image and mongodb.image properties in there. But imho these should be removed in a future major chart version.
Fixes #32844
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit