Skip to content

Commit b9dd679

Browse files
Merge pull request #306 from stuggi/kube-rbac-proxy
Use quay hosted kube-rbac-proxy image
2 parents fb5ada9 + aa21050 commit b9dd679

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
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kube-rbac-proxy
13-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
13+
image: quay.io/openstack-k8s-operators/kube-rbac-proxy:v0.16.0
1414
args:
1515
- "--secure-listen-address=0.0.0.0:8443"
1616
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)