Skip to content

Commit bdae690

Browse files
committed
Use quay hosted kube-rbac-proxy image
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 <[email protected]>
1 parent 7ac1295 commit bdae690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
# capabilities:
1717
# drop:
1818
# - "ALL"
19-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.11.0
19+
image: quay.io/openstack-k8s-operators/kube-rbac-proxy:v0.16.0
2020
args:
2121
- "--secure-listen-address=0.0.0.0:8443"
2222
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)