Skip to content

Commit 2f73269

Browse files
committed
Update docs for v0.5.0 release
1 parent cf6abac commit 2f73269

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/lws/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.4.2"
24+
appVersion: "v0.5.0"

docs/setup/install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ machine type for your nodes.**
1616
To install a released version of LeaderWorkerSet in your cluster, run the following command:
1717

1818
```shell
19-
VERSION=v0.4.2
19+
VERSION=v0.5.0
2020
kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/download/$VERSION/manifests.yaml
2121
```
2222

@@ -25,7 +25,7 @@ kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/d
2525
To uninstall a released version of LeaderWorkerSet from your cluster, run the following command:
2626

2727
```shell
28-
VERSION=v0.4.2
28+
VERSION=v0.5.0
2929
kubectl delete -f https://github.com/kubernetes-sigs/lws/releases/download/$VERSION/manifests.yaml
3030
```
3131

@@ -97,4 +97,4 @@ Finally, install the cert manager follwing the link: https://cert-manager.io/doc
9797
and apply these configurations to your cluster with ``kubectl apply --server-side -k config/default``.
9898

9999
# Install with helm chart
100-
See [lws/charts](../../charts/lws/README.md)
100+
See [lws/charts](../../charts/lws/README.md)

0 commit comments

Comments
 (0)