From 7e2bc44d7bd5ee0c98307a07c9f5f45e77f9b4be Mon Sep 17 00:00:00 2001 From: Raz Omessi Date: Thu, 13 Jul 2023 12:42:17 -0400 Subject: [PATCH] Update README.md --- charts/cbcontainers-operator/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/cbcontainers-operator/README.md b/charts/cbcontainers-operator/README.md index 1feea193..ddf64e0c 100644 --- a/charts/cbcontainers-operator/README.md +++ b/charts/cbcontainers-operator/README.md @@ -21,6 +21,7 @@ Now, install the actual helm chart from source: ```sh cd charts/cbcontainers-operator +git checkout v5.6.2 # install the latest version of the operator helm install cbcontainers-operator ./cbcontainers-operator-chart ``` @@ -85,4 +86,4 @@ Because of that it cannot be generated automatically, so it should be maintained If any changes are make to the [Kustomize configuration](../../config/manager), they should also be reflected in that file. The [dataplane_rbac.yaml](cbcontainers-operator-chart/templates/dataplane_rbac.yaml) and [dataplane_service_accounts](cbcontainers-operator-chart/templates/dataplane_service_accounts.yaml) -files contain necessary RBAC objects for the agent to work as expected. \ No newline at end of file +files contain necessary RBAC objects for the agent to work as expected.