Skip to content

Commit 70e5460

Browse files
authored
Replace gcr.io kube-rbac-proxy image (#36)
`gcr.io` is deprecated and will be removed https://cloud.google.com/artifact-registry/docs/transition/prepare-gcr-shutdown
1 parent 55c1c2b commit 70e5460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default/exporter_auth_proxy_patch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
capabilities:
2525
drop:
2626
- "ALL"
27-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
27+
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
2828
args:
2929
- "--secure-listen-address=0.0.0.0:8443"
3030
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)