Skip to content

Commit

Permalink
Use v0.15.0-containers for rbac proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Nov 8, 2023
1 parent 444b536 commit 5c7760f
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.15.0"
version: "v0.15.0-containers"
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.15.0
image: cbartifactory/kube-rbac-proxy:v0.15.0-containers
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 5c7760f

Please sign in to comment.