Skip to content

Commit

Permalink
Bump kube-rbac-proxy from 0.18.0 to 0.18.1 (hashicorp#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Nov 27, 2024
1 parent 597ee70 commit 7076ab4
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-514-20241107-152840.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.0 to 0.18.1.
time: 2024-11-07T15:28:40.565551+01:00
custom:
PR: "514"
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.0"` | Image tag. |
| kubeRbacProxy.image.tag | string | `"v0.18.1"` | 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 @@ -63,7 +63,7 @@ kubeRbacProxy:
# -- Image pull policy.
pullPolicy: IfNotPresent
# -- Image tag.
tag: v0.18.0
tag: v0.18.1

# -- 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 7076ab4

Please sign in to comment.