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: