Skip to content

Commit

Permalink
Bump kube-rbac-proxy
Browse files Browse the repository at this point in the history
Includes openshift/kube-rbac-proxy#80

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Nov 12, 2023
1 parent 69258d0 commit d71cbc9
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 @@ -138,7 +138,7 @@ spec:
capabilities:
drop:
- ALL
image: quay.io/openshift/origin-kube-rbac-proxy:4.10.0
image: quay.io/openshift/origin-kube-rbac-proxy:4.15.0
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 @@ -305,7 +305,7 @@ spec:
- --logtostderr
- --secure-listen-address=:8443
- --upstream=http://127.0.0.1:8080
image: quay.io/openshift/origin-kube-rbac-proxy:4.10.0
image: quay.io/openshift/origin-kube-rbac-proxy:4.15.0
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 @@ -306,7 +306,7 @@ spec:
- --logtostderr
- --secure-listen-address=:8443
- --upstream=http://127.0.0.1:8080
image: quay.io/openshift/origin-kube-rbac-proxy:4.10.0
image: quay.io/openshift/origin-kube-rbac-proxy:4.15.0
imagePullPolicy: IfNotPresent
name: kube-rbac-proxy
ports:
Expand Down

0 comments on commit d71cbc9

Please sign in to comment.