From 56d19663973893d2d8958f791d6209ce81e8765d Mon Sep 17 00:00:00 2001 From: soumyadeep-paul-ibm <105362426+soumyadeep-paul-ibm@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:00:17 +0530 Subject: [PATCH] Update manager_auth_proxy_patch.yaml (#1438) Co-authored-by: Christian Adams --- config/default/manager_auth_proxy_patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/manager_auth_proxy_patch.yaml b/config/default/manager_auth_proxy_patch.yaml index 0ee33479..9be02ff1 100644 --- a/config/default/manager_auth_proxy_patch.yaml +++ b/config/default/manager_auth_proxy_patch.yaml @@ -15,7 +15,7 @@ spec: capabilities: drop: - "ALL" - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0 + image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8080/"