Skip to content

Commit

Permalink
Replace gcr.io kube-rbac-proxy image (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan authored Jan 17, 2025
1 parent 55c1c2b commit 70e5460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default/exporter_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
capabilities:
drop:
- "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 70e5460

Please sign in to comment.