Skip to content

Commit

Permalink
Replace gcr.io kube-rbac-proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jan 17, 2025
1 parent d0315c6 commit c893c9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ parameters:
image: appuio/machine-api-provider-cloudscale
tag: v0.2.5
kube_rbac_proxy:
registry: gcr.io
image: kubebuilder/kube-rbac-proxy
tag: v0.16.0
registry: quay.io
image: brancz/kube-rbac-proxy
tag: v0.18.2

resources:
provider:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
- --upstream=http://localhost:8080
- --logtostderr=true
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
imagePullPolicy: IfNotPresent
name: kube-rbac-proxy-manager-metrics
ports:
Expand All @@ -114,7 +114,7 @@ spec:
- --upstream=http://localhost:8082
- --logtostderr=true
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.2
imagePullPolicy: IfNotPresent
name: kube-rbac-proxy-mac-metrics
ports:
Expand Down

0 comments on commit c893c9a

Please sign in to comment.