Skip to content

Commit 8405cba

Browse files
authored
update rbac proxy to v.0.18.0 (#352)
1 parent fd39647 commit 8405cba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ metadata:
221221
categories: Monitoring, Networking
222222
certified: "true"
223223
containerImage: quay.io/nginx/nginx-ingress-operator:2.3.1
224-
createdAt: "2024-07-04T14:57:13Z"
224+
createdAt: "2024-08-06T10:53:11Z"
225225
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
226226
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
227227
features.operators.openshift.io/cnf: "false"
@@ -425,7 +425,7 @@ spec:
425425
- --upstream=http://127.0.0.1:8080/
426426
- --logtostderr=true
427427
- --v=0
428-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
428+
image: quay.io/brancz/kube-rbac-proxy:v0.18.0
429429
name: kube-rbac-proxy
430430
ports:
431431
- containerPort: 8443

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
capabilities:
3232
drop:
3333
- "ALL"
34-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
34+
image: quay.io/brancz/kube-rbac-proxy:v0.18.0
3535
args:
3636
- "--secure-listen-address=0.0.0.0:8443"
3737
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)