Skip to content

Commit

Permalink
docs: update helm chart version to v2.0.19 in installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Oct 22, 2024
1 parent 9e11474 commit b07855d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To install the Formance Operator CRDs, you can use the following command:

```bash
helm upgrade --install operator-crds oci://ghcr.io/formancehq/helm/operator-crds \
--version v2.0.3 \
--version v2.0.19 \
--namespace formance-system \
--create-namespace
```
Expand All @@ -28,13 +28,13 @@ As noticed above, the version will always be the same as the operator version. C

### Operator Deployment

From version v2.0.3, CRDs are now packaged with `helm.sh/resource-policy: keep` to avoid deletion of the CRDs when the operator is uninstalled.
From version v2.0.19, CRDs are now packaged with `helm.sh/resource-policy: keep` to avoid deletion of the CRDs when the operator is uninstalled.

You can deploy Formance Operator using Helm:

```bash
helm upgrade --install regions oci://ghcr.io/formancehq/helm/regions \
--version v2.0.3 \
--version v2.0.19 \
--namespace formance-system \
--create-namespace \
--set operator.operator-crds.create=false
Expand Down Expand Up @@ -86,7 +86,7 @@ Then you will be able to disable `operator-crds.create: false` and install the o

```bash
helm upgrade --install regions oci://ghcr.io/formancehq/helm/regions \
--version v2.0.3 \
--version v2.0.19 \
--namespace $NAMESPACE \
--create-namespace \
--set operator.operator-crds.create=false
Expand All @@ -97,7 +97,7 @@ helm upgrade --install regions oci://ghcr.io/formancehq/helm/regions \

```bash
helm upgrade --install $RELEASE_NAME oci://ghcr.io/formancehq/helm/operator-crds \
--version v2.0.3 \
--version v2.0.19 \
--namespace $NAMESPACE \
--create-namespace
```

0 comments on commit b07855d

Please sign in to comment.