Skip to content

Commit

Permalink
Merge pull request #263 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…62-to-release-0.6

[release-0.6] Upgrade kube-rbac-proxy image to v0.15.0 and disable HTTP/2
  • Loading branch information
openshift-ci[bot] authored Oct 24, 2023
2 parents f734f69 + ee21e6e commit 5376d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,11 @@ spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --http2-disable
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: quay.io/brancz/kube-rbac-proxy:v0.14.4
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
3 changes: 2 additions & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: quay.io/brancz/kube-rbac-proxy:v0.14.4
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--http2-disable"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
- "--v=10"
Expand Down

0 comments on commit 5376d04

Please sign in to comment.