Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Bump kube-rbac-proxy to v0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Greene <[email protected]>
  • Loading branch information
awgreene authored and joelanford committed Nov 1, 2023
1 parent 913aeb2 commit 0e327c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifests/base/core/resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
image: quay.io/brancz/kube-rbac-proxy:v0.12.0
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
args:
- "--http2-disable=true"
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
Expand Down
3 changes: 2 additions & 1 deletion manifests/base/provisioners/helm/resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: [ "ALL" ]
image: quay.io/brancz/kube-rbac-proxy:v0.12.0
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
args:
- "--http2-disable=true"
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
Expand Down

0 comments on commit 0e327c3

Please sign in to comment.