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 664a9a6 commit ed12808Copy full SHA for ed12808
docs/tutorials/ofo.md
@@ -66,7 +66,7 @@ kubectl wait --timeout=60s --for condition=Available=True deploy --all -n 'cert-
66
And finally, let's install the operator itself:
67
68
```shell
69
-kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.4/release.yaml && \
+kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.5/release.yaml && \
70
kubectl wait --timeout=60s --for condition=Available=True deploy --all -n 'open-feature-operator-system'
71
```
72
0 commit comments