We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dca4a commit fb6e31aCopy full SHA for fb6e31a
docs/installation.md
@@ -14,13 +14,13 @@ kubectl wait --for=condition=Available=True deploy --all -n 'cert-manager'
14
15
## Helm
16
17
-Add the chart repository to helm:
+[Artifact hub](https://artifacthub.io/packages/helm/open-feature-operator/ofo)
18
+
19
+Install the latest helm release:
20
```sh
21
helm repo add openfeature https://open-feature.github.io/open-feature-operator/
-```
-Install the OFO helm charts:
22
-```sh
23
-helm install ofo openfeature/ofo
+helm repo update
+helm upgrade -i openfeature openfeature/open-feature-operator
24
```
25
### Uninstall
26
0 commit comments