fix(kube-rbac-proxy): force quay image on operator helm releases#565
Open
unni-facets wants to merge 1 commit into
Open
fix(kube-rbac-proxy): force quay image on operator helm releases#565unni-facets wants to merge 1 commit into
unni-facets wants to merge 1 commit into
Conversation
unni-facets
requested review from
anshulsao,
ishaankalra,
pramodh-ayyappan,
rr0hit and
vishnukv-facets
as code owners
July 23, 2026 03:43
Contributor
WalkthroughBoth operator Terraform modules now override the Helm chart’s kube-rbac-proxy image repository and tag with ChangesOperator image overrides
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
gcr.io/kubebuilder/kube-rbac-proxy is deprecated; GCR images are unavailable from 2025-03-18 (kubernetes-sigs/kubebuilder#3907). Override the proxy image to quay.io/brancz/kube-rbac-proxy:v0.13.1 on the operator helm_release resources. Injected via the values list (yamlencode) rather than a set{} block: it's the convention already used in these callers, it's agnostic to the helm provider's set syntax (block in 2.x vs list attribute in 3.x), and placing it before user_supplied_helm_values lets an explicit user override still win while overriding the chart's gcr default regardless of the pinned chart version. - database_operator/default/0.1 - mongodb_auth_operator/default/0.1
unni-facets
force-pushed
the
fix/kube-rbac-proxy-gcr
branch
from
July 23, 2026 04:11
f710c88 to
8841c6c
Compare
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
gcr.io/kubebuilder/kube-rbac-proxyis deprecated. GCR images are unavailable from 2025-03-18 (kubebuilder#3907); affected pods hitImagePullBackOff. Reported in #customer-issues.What
Override the proxy image →
quay.io/brancz/kube-rbac-proxy:v0.13.1on the operatorhelm_releaseresources, injected via thevalueslist (yamlencode), not aset{}block:setsyntax (block in 2.x → list attribute in 3.x).user_supplied_helm_values, so a user override still wins, while overriding the chart's gcr default regardless of the pinned chart version.Files:
modules/database_operator/default/0.1/main.tfmodules/mongodb_auth_operator/default/0.1/main.tf(defensive — chart values already quay)Notes
Summary by CodeRabbit