Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update stable version to v0.0.22

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Mar 30, 2022
1 parent 5d66547 commit 5673be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a

- Stable
```
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.21/deploy/local-path-storage.yaml
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/deploy/local-path-storage.yaml
```

- Development
Expand All @@ -37,7 +37,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione
Or, use `kustomize` to deploy.
- Stable
```
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.21" | kubectl apply -f -
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.22" | kubectl apply -f -
```

- Development
Expand Down Expand Up @@ -231,7 +231,7 @@ To uninstall, execute:

- Stable
```
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.21/deploy/local-path-storage.yaml
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/deploy/local-path-storage.yaml
```

- Development
Expand Down

0 comments on commit 5673be1

Please sign in to comment.