Skip to content

Commit

Permalink
Bump kube-rbac-proxy from 0.18.1 to 0.18.2 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Dec 2, 2024
1 parent d31d4fb commit bcf1f90
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-531-20241129-220317.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: DEPENDENCIES
body: Bump `kube-rbac-proxy` from 0.18.1 to 0.18.2.
time: 2024-11-29T22:03:17.020717+01:00
custom:
PR: "531"
2 changes: 1 addition & 1 deletion charts/hcp-terraform-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,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.18.1"` | Image tag. |
| kubeRbacProxy.image.tag | string | `"v0.18.2"` | 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/hcp-terraform-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ kubeRbacProxy:
# -- Image pull policy.
pullPolicy: IfNotPresent
# -- Image tag.
tag: v0.18.1
tag: v0.18.2

# -- Container security context. More information in [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/).
securityContext:
Expand Down

0 comments on commit bcf1f90

Please sign in to comment.