Skip to content

Commit

Permalink
Bump kube-rbac-proxy from 0.14.4 to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Jan 3, 2024
1 parent bf80393 commit 88cfea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/terraform-cloud-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In the above example, the Operator will watch all namespaces in the Kubernetes c
| operator.skipTLSVerify | bool | false | Whether or not to ignore TLS certification warnings. |
| kubeRbacProxy.image.repository | string | "quay.io/brancz/kube-rbac-proxy" | Image repository. |
| kubeRbacProxy.image.pullPolicy | string | "IfNotPresent" | Image pull policy. |
| kubeRbacProxy.image.tag | string | "v0.14.4" | Image tag. |
| kubeRbacProxy.image.tag | string | "v0.15.0" | Image tag. |
| kubeRbacProxy.resources.limits.cpu | string | "500m" | Limits as a maximum amount of CPU to be used by a container. |
| kubeRbacProxy.resources.limits.memory | string | "128Mi" | Limits as a maximum amount of memory to be used by a container. |
| kubeRbacProxy.resources.requests.cpu | string | "50m" | Guaranteed minimum amount of CPU to be used by a container. |
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-cloud-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kubeRbacProxy:
image:
repository: quay.io/brancz/kube-rbac-proxy
pullPolicy: IfNotPresent
tag: v0.14.4
tag: v0.15.0

resources:
limits:
Expand Down

0 comments on commit 88cfea8

Please sign in to comment.