Skip to content

Commit

Permalink
Replace gcr.io kube-rbac-proxy image (#300)
Browse files Browse the repository at this point in the history
`gcr.io` is deprecated and will be shut down https://cloud.google.com/artifact-registry/docs/transition/prepare-gcr-shutdown.

Note that you probably want to switch to the controller runtime built in [filters.WithAuthenticationAndAuthorization](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/metrics/filters#WithAuthenticationAndAuthorization) at some point. We'll let you know if we have an example ready.
  • Loading branch information
bastjan authored Jan 20, 2025
1 parent 3da4893 commit 5bfb2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sliexporter/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
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 5bfb2b4

Please sign in to comment.