Skip to content

Commit 7e5fca8

Browse files
authoredApr 11, 2024
Update manager_auth_proxy_patch.yaml (#99)
Update the reference from gcr.io to registry.k8s.io > kube-rbac-proxy is moving to registry.k8s.io/kubebuilder/kube-rbac-proxy (from gcr.io/kubebuilder/kube-rbac-proxy) because GCR is being sunset. We need to update these references.
2 parents cb505ec + 2bc3808 commit 7e5fca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config/default/manager_auth_proxy_patch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
capabilities:
3232
drop:
3333
- "ALL"
34-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
34+
image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.13.1
3535
args:
3636
- "--secure-listen-address=0.0.0.0:8443"
3737
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)
Failed to load comments.