From 0db9e0ba797a662a0530e3eed4dc4ce1fe22ce2e Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 1 Aug 2023 12:12:55 -0400 Subject: [PATCH] update rbac version in readme Signed-off-by: Michael Beemer --- chart/open-feature-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/open-feature-operator/README.md b/chart/open-feature-operator/README.md index d7f4270fc..72aea9664 100644 --- a/chart/open-feature-operator/README.md +++ b/chart/open-feature-operator/README.md @@ -122,7 +122,7 @@ The command removes all the Kubernetes components associated with the chart and | Name | Description | Value | | ------------------------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------- | | `controllerManager.kubeRbacProxy.image.repository` | Sets the image for the kube-rbac-proxy. | `gcr.io/kubebuilder/kube-rbac-proxy` | -| `controllerManager.kubeRbacProxy.image.tag` | Sets the version tag for the kube-rbac-proxy. | `v0.14.0` | +| `controllerManager.kubeRbacProxy.image.tag` | Sets the version tag for the kube-rbac-proxy. | `v0.14.1` | | `controllerManager.kubeRbacProxy.resources.limits.cpu` | Sets cpu resource limits for kube-rbac-proxy. | `500m` | | `controllerManager.kubeRbacProxy.resources.limits.memory` | Sets memory resource limits for kube-rbac-proxy. | `128Mi` | | `controllerManager.kubeRbacProxy.resources.requests.cpu` | Sets cpu resource requests for kube-rbac-proxy. | `5m` |