Skip to content

Commit 8183725

Browse files
chore(deps): update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.14.1 (#477)
Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer <[email protected]>
1 parent 83fbb00 commit 8183725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/open-feature-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The command removes all the Kubernetes components associated with the chart and
122122
| Name | Description | Value |
123123
| ------------------------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------- |
124124
| `controllerManager.kubeRbacProxy.image.repository` | Sets the image for the kube-rbac-proxy. | `gcr.io/kubebuilder/kube-rbac-proxy` |
125-
| `controllerManager.kubeRbacProxy.image.tag` | Sets the version tag for the kube-rbac-proxy. | `v0.14.0` |
125+
| `controllerManager.kubeRbacProxy.image.tag` | Sets the version tag for the kube-rbac-proxy. | `v0.14.1` |
126126
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | Sets cpu resource limits for kube-rbac-proxy. | `500m` |
127127
| `controllerManager.kubeRbacProxy.resources.limits.memory` | Sets memory resource limits for kube-rbac-proxy. | `128Mi` |
128128
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | Sets cpu resource requests for kube-rbac-proxy. | `5m` |

chart/open-feature-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ controllerManager:
5353
## @param controllerManager.kubeRbacProxy.image.repository Sets the image for the kube-rbac-proxy.
5454
repository: gcr.io/kubebuilder/kube-rbac-proxy
5555
## @param controllerManager.kubeRbacProxy.image.tag Sets the version tag for the kube-rbac-proxy.
56-
tag: "v0.14.0"
56+
tag: "v0.14.1"
5757
resources:
5858
limits:
5959
## @param controllerManager.kubeRbacProxy.resources.limits.cpu Sets cpu resource limits for kube-rbac-proxy.

0 commit comments

Comments
 (0)