Skip to content

Commit 54e1b47

Browse files
committed
fix: kube-rbac-proxy image gcr.io to quay.io
1 parent cb0e10c commit 54e1b47

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
@@ -15,7 +15,7 @@ spec:
1515
capabilities:
1616
drop:
1717
- "ALL"
18-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.12.0
18+
image: quay.io/brancz/kube-rbac-proxy:v0.12.0
1919
args:
2020
- "--secure-listen-address=0.0.0.0:8443"
2121
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)