Skip to content

Commit fb6e31a

Browse files
required doc changes
Signed-off-by: James Milligan <[email protected]>
1 parent 18dca4a commit fb6e31a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ kubectl wait --for=condition=Available=True deploy --all -n 'cert-manager'
1414

1515
## Helm
1616

17-
Add the chart repository to helm:
17+
[Artifact hub](https://artifacthub.io/packages/helm/open-feature-operator/ofo)
18+
19+
Install the latest helm release:
1820
```sh
1921
helm repo add openfeature https://open-feature.github.io/open-feature-operator/
20-
```
21-
Install the OFO helm charts:
22-
```sh
23-
helm install ofo openfeature/ofo
22+
helm repo update
23+
helm upgrade -i openfeature openfeature/open-feature-operator
2424
```
2525
### Uninstall
2626
```sh

0 commit comments

Comments
 (0)