Skip to content

Commit 56fd6b8

Browse files
version bump
Signed-off-by: James Milligan <[email protected]>
1 parent d439758 commit 56fd6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Apply the release yaml directly via kubectl
3232
<!---x-release-please-start-version-->
3333
```sh
3434
kubectl create namespace open-feature-operator-system
35-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.20/release.yaml
35+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.21/release.yaml
3636
```
3737
<!---x-release-please-end-->
3838
### Uninstall
3939
<!---x-release-please-start-version-->
4040
```sh
41-
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.20/release.yaml
41+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.21/release.yaml
4242
kubectl delete namespace open-feature-operator-system
4343
```
4444
<!---x-release-please-end-->

0 commit comments

Comments
 (0)