From 72e8ea44fc78856760d08b5f7f1b0cd962afb64f Mon Sep 17 00:00:00 2001 From: Gentleelephant Date: Fri, 6 Jan 2023 14:15:28 +0800 Subject: [PATCH] Update kube-rbac-proxy to 0.11.0 #186 Signed-off-by: Gentleelephant --- config/bundle.yaml | 2 +- config/default/manager_auth_proxy_patch.yaml | 2 +- helm/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/bundle.yaml b/config/bundle.yaml index ba27e310..14a70932 100644 --- a/config/bundle.yaml +++ b/config/bundle.yaml @@ -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 diff --git a/config/default/manager_auth_proxy_patch.yaml b/config/default/manager_auth_proxy_patch.yaml index 7aec6562..29f4370a 100644 --- a/config/default/manager_auth_proxy_patch.yaml +++ b/config/default/manager_auth_proxy_patch.yaml @@ -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/" diff --git a/helm/values.yaml b/helm/values.yaml index 40e5b1b6..e721230f 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -14,7 +14,7 @@ operator: proxy: image: repo: kubesphere/kube-rbac-proxy - tag: v0.8.0 + tag: v0.11.0 pullPolicy: IfNotPresent resources: limits: