Skip to content

Commit 23b655f

Browse files
authored
kubebuilder no longer provides kube-rbac-proxy image (#3)
Use alternative location
1 parent a1b3e03 commit 23b655f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.15.0
18+
image: quay.io/brancz/kube-rbac-proxy:v0.21.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)