Skip to content

Commit b1dde16

Browse files
authored
Merge pull request #39 from appuio/switch-kube-rbac-proxy-to-quay-image
Replace `gcr.io` `kube-rbac-proxy` image
2 parents 9a3dc2d + ff1f01e commit b1dde16

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
@@ -31,7 +31,7 @@ spec:
3131
capabilities:
3232
drop:
3333
- "ALL"
34-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
34+
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
3535
args:
3636
- "--secure-listen-address=0.0.0.0:8443"
3737
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)