Skip to content

Commit ae9a664

Browse files
Merge pull request #516 from stuggi/kube-rbac-proxy-img
Use quay hosted kube-rbac-proxy image
2 parents 25944c7 + 757a081 commit ae9a664

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)