From f6a154d92a6ed0633761523b5cb43606604a48a1 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Fri, 29 Dec 2023 10:38:50 -0500 Subject: [PATCH] chore: update readme tag version (#592) Signed-off-by: Todd Baert --- 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 05685306f..b26a3daeb 100644 --- a/chart/open-feature-operator/README.md +++ b/chart/open-feature-operator/README.md @@ -130,7 +130,7 @@ The command removes all the Kubernetes components associated with the chart and | `controllerManager.kubeRbacProxy.resources.requests.cpu` | Sets cpu resource requests for kube-rbac-proxy. | `5m` | | `controllerManager.kubeRbacProxy.resources.requests.memory` | Sets memory resource requests for kube-rbac-proxy. | `64Mi` | | `controllerManager.manager.image.repository` | Sets the image for the operator. | `ghcr.io/open-feature/open-feature-operator` | -| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.5.1` | +| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.5.2` | | `controllerManager.manager.resources.limits.cpu` | Sets cpu resource limits for operator. | `500m` | | `controllerManager.manager.resources.limits.memory` | Sets memory resource limits for operator. | `128Mi` | | `controllerManager.manager.resources.requests.cpu` | Sets cpu resource requests for operator. | `10m` |