feat(helm): allow specifying operator image digest#146
Merged
GrigoryPervakov merged 2 commits intoClickHouse:mainfrom Apr 2, 2026
Merged
feat(helm): allow specifying operator image digest#146GrigoryPervakov merged 2 commits intoClickHouse:mainfrom
GrigoryPervakov merged 2 commits intoClickHouse:mainfrom
Conversation
GrigoryPervakov
approved these changes
Mar 30, 2026
Member
|
Hi @jimrollenhagen, thank you for your contribution. Can you sign a CLA? |
Thanks for approving! I'm waiting on an ack from employer, but I will sign as soon as I get that and ping you :) |
d697944 to
3792cb8
Compare
c24ce2a to
401e2c2
Compare
Contributor
Author
|
@GrigoryPervakov it's signed now, sorry for the wait! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Users should be able to specify immutable image specs, which only digest allows (image tags are mutable).
What
Added a template helper to build the image spec, which uses digest if set, and tag if not, falling back to the existing default.
Tested this by using
helm templateto renderold.yamlwithout my changes, and comparing it to various iterations ofhelm templatewith values specified.Related Issues