Skip to content

Commit

Permalink
Update kube-rbac-proxy to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRub committed Nov 6, 2023
1 parent 8a67134 commit 9666ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ operator:
rbacProxy:
image:
repository: "cbartifactory/kube-rbac-proxy"
version: "v0.14.2"
version: "v0.15.0"
resources:
limits:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion config/operator/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: cbartifactory/kube-rbac-proxy:v0.14.2
image: cbartifactory/kube-rbac-proxy:v0.15.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 9666ec3

Please sign in to comment.