Skip to content

Commit 7076ab4

Browse files
authored
Bump kube-rbac-proxy from 0.18.0 to 0.18.1 (#514)
1 parent 597ee70 commit 7076ab4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: DEPENDENCIES
2+
body: Bump `kube-rbac-proxy` from 0.18.0 to 0.18.1.
3+
time: 2024-11-07T15:28:40.565551+01:00
4+
custom:
5+
PR: "514"

charts/hcp-terraform-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For a more detailed explanation, please refer to the [FAQ](../../docs/faq.md#gen
162162
| imagePullSecrets | list | `[]` | Reference to one or more secrets essential for pulling container images. |
163163
| kubeRbacProxy.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
164164
| kubeRbacProxy.image.repository | string | `"quay.io/brancz/kube-rbac-proxy"` | Image repository. |
165-
| kubeRbacProxy.image.tag | string | `"v0.18.0"` | Image tag. |
165+
| kubeRbacProxy.image.tag | string | `"v0.18.1"` | Image tag. |
166166
| kubeRbacProxy.resources.limits.cpu | string | `"500m"` | Limits as a maximum amount of CPU to be used by a container. |
167167
| kubeRbacProxy.resources.limits.memory | string | `"128Mi"` | Limits as a maximum amount of memory to be used by a container. |
168168
| kubeRbacProxy.resources.requests.cpu | string | `"50m"` | Guaranteed minimum amount of CPU to be used by a container. |

charts/hcp-terraform-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ kubeRbacProxy:
6363
# -- Image pull policy.
6464
pullPolicy: IfNotPresent
6565
# -- Image tag.
66-
tag: v0.18.0
66+
tag: v0.18.1
6767

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

0 commit comments

Comments
 (0)