[INF-7468] Allow busybox init image override - #358
Open
lukefoster11 wants to merge 6 commits into
Open
Conversation
Contributor
|
| Filename | Overview |
|---|---|
| charts/retool/templates/_helpers.tpl | The helper now applies the built-in digest only to untouched defaults, fully addressing the previously reported override issue. |
| charts/retool/templates/deployment_code_executor.yaml | The code-executor seccomp installer now consumes the configurable init-image helper. |
| charts/retool/templates/deployment_js_executor.yaml | The JavaScript-executor seccomp installer now consumes the same configurable init-image helper. |
| charts/retool/values.yaml | Adds documented init-image repository, tag, and digest settings with compatible defaults. |
| values.yaml | Mirrors the chart-level init-image configuration in the repository’s root values file. |
| charts/retool/Chart.yaml | Increments the chart patch version for the configuration enhancement. |
Reviews (3): Last reviewed commit: "fix" | Re-trigger Greptile
Contributor
Author
|
@greptile review me again |
Contributor
Author
|
@greptile review me again |
lukefoster11
marked this pull request as ready for review
August 6, 2026 18:58
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.
Allow overrides for the seccomp-install init image. Needed for gcp marketplace support, where this image needs to be hosted within gcp artifact registry.