Skip to content

Commit

Permalink
Merge pull request #132 from appuio/replace-kube-rbac-proxy-image
Browse files Browse the repository at this point in the history
Replace `gcr.io` `kube-rbac-proxy` image
  • Loading branch information
bastjan authored Jan 17, 2025
2 parents 5ab8bcc + 325462c commit cbb97ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 cbb97ed

Please sign in to comment.