Skip to content

Commit 406acac

Browse files
authored
Bump kube-rbac-proxy from 0.20.0 to 0.20.1 (#675)
1 parent bebb194 commit 406acac

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.20.0 to 0.20.1.
3+
time: 2025-11-25T17:58:28.08284+01:00
4+
custom:
5+
PR: "675"

charts/hcp-terraform-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ For a more detailed explanation, please refer to the [FAQ](../../docs/faq.md#gen
204204
| imagePullSecrets | list | `[]` | Reference to one or more secrets essential for pulling container images. |
205205
| kubeRbacProxy.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
206206
| kubeRbacProxy.image.repository | string | `"quay.io/brancz/kube-rbac-proxy"` | Image repository. |
207-
| kubeRbacProxy.image.tag | string | `"v0.20.0"` | Image tag. |
207+
| kubeRbacProxy.image.tag | string | `"v0.20.1"` | Image tag. |
208208
| kubeRbacProxy.resources.limits.cpu | string | `"500m"` | Limits as a maximum amount of CPU to be used by a container. |
209209
| kubeRbacProxy.resources.limits.memory | string | `"128Mi"` | Limits as a maximum amount of memory to be used by a container. |
210210
| 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
@@ -95,7 +95,7 @@ kubeRbacProxy:
9595
# -- Image pull policy.
9696
pullPolicy: IfNotPresent
9797
# -- Image tag.
98-
tag: v0.20.0
98+
tag: v0.20.1
9999

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

0 commit comments

Comments
 (0)