File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
content/en/docs/installation Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.5.1 "
24+ appVersion : " v0.6.3 "
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ ignoreFiles = []
9292 # The major.minor version tag for the version of the docs represented in this
9393 # branch of the repository. Used in the "version-banner" partial to display a
9494 # version number for this doc set.
95- version = " v0.5.1 "
95+ version = " v0.6.3 "
9696
9797 # Flag used in the "version-banner" partial to decide whether to display a
9898 # banner on every page indicating that this is an archived version of the docs.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ machine type for your nodes.**
3636To install a released version of LeaderWorkerSet in your cluster, run the following command:
3737
3838``` shell
39- VERSION=v0.5.1
39+ VERSION=v0.6.3
4040kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/download/$VERSION /manifests.yaml
4141```
4242
@@ -45,7 +45,7 @@ kubectl apply --server-side -f https://github.com/kubernetes-sigs/lws/releases/d
4545To uninstall a released version of LeaderWorkerSet from your cluster, run the following command:
4646
4747``` shell
48- VERSION=v0.5.1
48+ VERSION=v0.6.3
4949kubectl delete -f https://github.com/kubernetes-sigs/lws/releases/download/$VERSION /manifests.yaml
5050```
5151
You can’t perform that action at this time.
0 commit comments