Skip to content

Commit

Permalink
Merge pull request #190 from Gentleelephant/chr-release-2.2
Browse files Browse the repository at this point in the history
Update kube-rbac-proxy to 0.11.0
  • Loading branch information
benjaminhuo authored Jan 9, 2023
2 parents 9c0e3f3 + b00b853 commit 568a0e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Support Wechat bot receiver(#168). @Gentleelephant
- Support discord receiver(#169). @Gentleelephant

### Enhancements & Updates

- Update kube-rbac-proxy to 0.11.0(#186). @Gentleelephant

## v2.1.0 / 2022-11-29

Expand Down
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 568a0e9

Please sign in to comment.