Skip to content

Commit

Permalink
deps: upgrade kube-rbac-proxy to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Jun 21, 2024
1 parent d3e0235 commit 8097d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/tailing-sidecar-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ kubeRbacProxy:
image:
pullPolicy: IfNotPresent
repository: quay.io/brancz/kube-rbac-proxy
tag: v0.11.0
tag: v0.18.0
resources:
limits:
cpu: 500m
Expand All @@ -82,7 +82,7 @@ kubeRbacProxy:
webhook:
failurePolicy: Ignore
reinvocationPolicy: Never

objectSelector: {}
# matchLabels:
# tailing-sidecar: "true"
Expand Down
4 changes: 2 additions & 2 deletions operator/config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This patch inject a sidecar container which is a HTTP proxy for the
# This patch inject a sidecar container which is a HTTP proxy for the
# controller manager, it performs RBAC authorization against the Kubernetes API using SubjectAccessReviews.
apiVersion: apps/v1
kind: Deployment
Expand All @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: quay.io/brancz/kube-rbac-proxy:v0.11.0
image: quay.io/brancz/kube-rbac-proxy:v0.18.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 8097d83

Please sign in to comment.