Skip to content

Commit 8a6a8dc

Browse files
Merge pull request #373 from sabre1041/kube-rbac-proxy
Update kube-rbac-proxy version
2 parents ba19070 + 86c34c0 commit 8a6a8dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kube-rbac-proxy
13-
image: quay.io/redhat-cop/kube-rbac-proxy:v0.11.0
13+
image: quay.io/redhat-cop/kube-rbac-proxy:v0.11.1-0
1414
args:
1515
- "--secure-listen-address=0.0.0.0:8443"
1616
- "--upstream=http://127.0.0.1:8080/"

config/helmchart/values.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kube_rbac_proxy:
3939
image:
4040
repository: quay.io/redhat-cop/kube-rbac-proxy
4141
pullPolicy: IfNotPresent
42-
version: v0.11.0
42+
version: v0.11.1-0
4343
resources:
4444
requests:
4545
cpu: 100m

0 commit comments

Comments
 (0)