Skip to content

Commit

Permalink
fix helm oci command
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Dec 6, 2023
1 parent 62a7bb8 commit e8a906d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8a906d

Please sign in to comment.