diff --git a/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.yaml b/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.yaml index c6dc51dbf..6b905cfc1 100644 --- a/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.yaml +++ b/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.yaml @@ -2,7 +2,7 @@ controllerManager: kubeRbacProxy: image: repository: gcr.io/kubebuilder/kube-rbac-proxy - tag: v0.11.0 + tag: v0.13.1 resources: limits: cpu: 500m diff --git a/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml b/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml index 33b588465..167a66222 100644 --- a/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml +++ b/cli/internal/helm/testdata/Azure/constellation-operators/charts/constellation-operator/templates/deployment.yaml @@ -45,7 +45,7 @@ spec: env: - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.11.0 + image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 name: kube-rbac-proxy ports: - containerPort: 8443 diff --git a/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml b/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml index 7e5c01d1f..cce682298 100644 --- a/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml +++ b/cli/internal/helm/testdata/GCP/constellation-operators/charts/constellation-operator/templates/deployment.yaml @@ -45,7 +45,7 @@ spec: env: - name: KUBERNETES_CLUSTER_DOMAIN value: cluster.local - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.11.0 + image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 name: kube-rbac-proxy ports: - containerPort: 8443 diff --git a/operators/constellation-node-operator/config/default/manager_auth_proxy_patch.yaml b/operators/constellation-node-operator/config/default/manager_auth_proxy_patch.yaml index 131a31429..d72703557 100644 --- a/operators/constellation-node-operator/config/default/manager_auth_proxy_patch.yaml +++ b/operators/constellation-node-operator/config/default/manager_auth_proxy_patch.yaml @@ -10,7 +10,7 @@ spec: spec: containers: - name: kube-rbac-proxy - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.11.0 + image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8080/"