From e8a906df8837fd6af53de1f90647f3fd91c1b8ac Mon Sep 17 00:00:00 2001 From: Hamed Karbasi Date: Wed, 6 Dec 2023 15:08:30 +0330 Subject: [PATCH] fix helm oci command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af55bbd..9e93e67 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ make deploy Deploy using Helm (version 3.8.0 or later), which supports OCI charts. To use the helm chart, edit the `values.yaml` file and set `controllerManagerConfig.configYaml` to your Ceph cluster configuration like [secret.yaml](config/manager/secret.yaml). ```bash -helm upgrade -i s3-operator oci://ghcr.io/s3-operator/helm-charts/s3-operator +helm upgrade --install s3-operator oci://ghcr.io/snapp-incubator/s3-operator/helm-charts/s3-operator --version v0.3.5 ``` ### Using OLM