Skip to content

Commit

Permalink
Bump kube-rbac-proxy from 0.17.0 to 0.18.0 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Jun 6, 2024
1 parent 29665a7 commit e7e491c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/unreleased/DEPENDENCIES-424-20240606-103613.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: DEPENDENCIES
body: Bump `kube-rbac-proxy` from 0.17.0 to 0.18.0.
time: 2024-06-06T10:36:13.510219+02:00
custom:
PR: "424"
2 changes: 1 addition & 1 deletion charts/terraform-cloud-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ For a more detailed explanation, please refer to the [FAQ](../../docs/faq.md#gen
| imagePullSecrets | list | `[]` | Reference to one or more secrets essential for pulling container images. |
| kubeRbacProxy.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| kubeRbacProxy.image.repository | string | `"quay.io/brancz/kube-rbac-proxy"` | Image repository. |
| kubeRbacProxy.image.tag | string | `"v0.17.0"` | Image tag. |
| kubeRbacProxy.image.tag | string | `"v0.18.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 @@ -47,7 +47,7 @@ kubeRbacProxy:
# -- Image pull policy.
pullPolicy: IfNotPresent
# -- Image tag.
tag: v0.17.0
tag: v0.18.0

resources:
limits:
Expand Down

0 comments on commit e7e491c

Please sign in to comment.