Skip to content

Commit

Permalink
feat: use multi arch supported image for kube-rbac-proxy. (#440)
Browse files Browse the repository at this point in the history
The origin-kube-rbac-proxy image is not compatible with the s390x
architecture. This change deploys an image that is multi arch supported.

Signed-off-by: Ashok Pariya <[email protected]>
  • Loading branch information
ashokpariya0 authored Oct 14, 2024
1 parent 95b1821 commit f61b413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/default/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
capabilities:
drop:
- ALL
image: quay.io/openshift/origin-kube-rbac-proxy:4.15.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
imagePullPolicy: IfNotPresent
name: kube-rbac-proxy
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/release/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ spec:
- --logtostderr
- --secure-listen-address=:8443
- --upstream=http://127.0.0.1:8080
image: quay.io/openshift/origin-kube-rbac-proxy:4.15.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
imagePullPolicy: IfNotPresent
name: kube-rbac-proxy
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/test/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ spec:
- --logtostderr
- --secure-listen-address=:8443
- --upstream=http://127.0.0.1:8080
image: quay.io/openshift/origin-kube-rbac-proxy:4.15.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
imagePullPolicy: IfNotPresent
name: kube-rbac-proxy
ports:
Expand Down

0 comments on commit f61b413

Please sign in to comment.