Skip to content

Commit

Permalink
Use quay hosted kube-rbac-proxy image
Browse files Browse the repository at this point in the history
The image gcr.io/kubebuilder/kube-rbac-proxy is deprecated and
will become unavailable. Sometime from early 2025 the GCR will
go away.
The plan is to update the project to use the new
WithAuthenticationAndAuthorization from kubebuilder. Until we
are able to do that, use our own hosted kube-rbac-proxy image.

Jira: OSPRH-14114

Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
  • Loading branch information
stuggi authored and mcgonago committed Feb 28, 2025
1 parent 3ab9592 commit 57c1d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
capabilities:
drop:
- "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: quay.io/openstack-k8s-operators/kube-rbac-proxy:v0.16.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 57c1d6f

Please # to comment.