Skip to content

Commit

Permalink
Replace gcr.io kube-rbac-proxy image (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan authored Jan 20, 2025
1 parent 8e3e72a commit 073f83f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ parameters:
repository: argoprojlabs/argocd-operator
tag: v0.12.2
kube_rbac_proxy:
registry: gcr.io
repository: kubebuilder/kube-rbac-proxy
tag: v0.16.0
registry: quay.io
repository: brancz/kube-rbac-proxy
tag: v0.18.2

instances: {}

Expand Down
4 changes: 4 additions & 0 deletions component/operator.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ com.Kustomization(
newTag: rbac.tag,
newName: '%(registry)s/%(repository)s' % rbac,
},
'quay.io/brancz/kube-rbac-proxy': {
newTag: rbac.tag,
newName: '%(registry)s/%(repository)s' % rbac,
},
},
kustomize_input,
)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --upstream=http://127.0.0.1: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
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --upstream=http://127.0.0.1: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
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --upstream=http://127.0.0.1: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
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: mymirror.io/kubebuilder/kube-rbac-proxy:v1.1.1
image: mymirror.io/brancz/kube-rbac-proxy:v1.1.1
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --upstream=http://127.0.0.1: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
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --upstream=http://127.0.0.1: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
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down

0 comments on commit 073f83f

Please sign in to comment.