Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update operator version to 0.0.2
  • Loading branch information
jfrancoa committed Sep 16, 2024
1 parent fdea300 commit a2bf9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ There are multiple ways to run the `weaviate-operator`:
1. The easiest way is to apply the one-single-command Manifest:

```shell
kubectl apply -f https://github.com/weaviate/weaviate-operator/releases/download/0.0.1/operator.yaml
kubectl apply -f https://github.com/weaviate/weaviate-operator/releases/download/0.0.2/operator.yaml
```

Other alternative ways to install it is:
Expand Down Expand Up @@ -161,7 +161,7 @@ kubectl delete weaviatecluster weaviatecluster-sample -n weaviate
Then, uninstall the operator either using the single-command manifest:

```shell
kubectl delete -f https://github.com/weaviate/weaviate-operator/releases/download/0.0.1/operator.yaml
kubectl delete -f https://github.com/weaviate/weaviate-operator/releases/download/0.0.2/operator.yaml
```

or using the repo's Makefile, by running the following command inside the `weaviate-operator` repo:
Expand Down

0 comments on commit a2bf9ec

Please sign in to comment.