Skip to content

Commit

Permalink
Update kube-rbac-proxy to 0.11.0 #186 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Gentleelephant <[email protected]>

Signed-off-by: Gentleelephant <[email protected]>
Co-authored-by: Gentleelephant <[email protected]>
  • Loading branch information
Gentleelephant and Gentleelephant authored Jan 6, 2023
1 parent 9c0e3f3 commit 4de4e95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11429,7 +11429,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: kubesphere/kube-rbac-proxy:v0.8.0
image: kubesphere/kube-rbac-proxy:v0.11.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
2 changes: 1 addition & 1 deletion config/default/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: kubesphere/kube-rbac-proxy:v0.8.0
image: kubesphere/kube-rbac-proxy:v0.11.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ operator:
proxy:
image:
repo: kubesphere/kube-rbac-proxy
tag: v0.8.0
tag: v0.11.0
pullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 4de4e95

Please sign in to comment.