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` | diff --git a/chart/open-feature-operator/values.yaml b/chart/open-feature-operator/values.yaml index ecac2c88c..b7b493897 100644 --- a/chart/open-feature-operator/values.yaml +++ b/chart/open-feature-operator/values.yaml @@ -53,7 +53,7 @@ controllerManager: ## @param controllerManager.kubeRbacProxy.image.repository Sets the image for the kube-rbac-proxy. repository: gcr.io/kubebuilder/kube-rbac-proxy ## @param controllerManager.kubeRbacProxy.image.tag Sets the version tag for the kube-rbac-proxy. - tag: "v0.14.0" + tag: "v0.14.1" resources: limits: ## @param controllerManager.kubeRbacProxy.resources.limits.cpu Sets cpu resource limits for kube-rbac-proxy.