Skip to content

Commit c68dd1a

Browse files
authored
Update README.md (#40)
1 parent 8f36325 commit c68dd1a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ The Ceph S3 Operator, an open-source endeavor, is crafted to streamline the mana
2929
> Note: prior Ceph versions [don't support the subuser bucket policy](https://github.com/ceph/ceph/pull/33714). Nevertheless, other features are expected to work properly within those earlier releases.
3030
- ClusterResourceQuota CRD: `kubectl apply -f config/external-crd`
3131

32-
### Using Makefile
33-
34-
Deploy using a simple command:
32+
### Using OLM
3533

36-
```bash
37-
make deploy
38-
```
34+
You can find the operator on [OperatorHub](https://operatorhub.io/operator/ceph-s3-operator) and install it using OLM.
3935

4036
### Using Helm
4137

4238
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).
4339

4440
```bash
45-
helm upgrade --install ceph-s3-operator oci://ghcr.io/snapp-incubator/ceph-s3-operator/helm-charts/ceph-s3-operator --version v0.3.6
41+
helm upgrade --install ceph-s3-operator oci://ghcr.io/snapp-incubator/ceph-s3-operator/helm-charts/ceph-s3-operator --version v0.3.7
4642
```
4743

48-
### Using OLM
44+
### Using Makefile
4945

50-
You can find the operator on [OperatorHub](https://operatorhub.io/operator/ceph-s3-operator) and install it using OLM.
46+
Deploy using a simple command:
47+
48+
```bash
49+
make deploy
50+
```
5151

5252
## Usage and Documentation
5353

0 commit comments

Comments
 (0)