Skip to content

Commit

Permalink
update rbac-proxy version
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed May 9, 2023
1 parent f39fbc3 commit 21cb58e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/zora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,16 @@ operator:
# -- `kube-rbac-proxy` image repository
repository: gcr.io/kubebuilder/kube-rbac-proxy
# -- `kube-rbac-proxy` image tag
tag: v0.8.0
tag: v0.13.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- [Security Context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context) to add to `kube-rbac-proxy` container
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
# -- [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers) to add to `kube-rbac-proxy` container
resources:
limits:
Expand Down

0 comments on commit 21cb58e

Please sign in to comment.