Skip to content

Commit a570295

Browse files
committed
Release 0.6.3
Signed-off-by: kerthcet <[email protected]>
1 parent 4c2a3ff commit a570295

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/lws/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.5.1"
24+
appVersion: "v0.6.3"

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

site/content/en/docs/installation/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ machine type for your nodes.**
3636
To 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
4040
kubectl 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
4545
To 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
4949
kubectl delete -f https://github.com/kubernetes-sigs/lws/releases/download/$VERSION/manifests.yaml
5050
```
5151

0 commit comments

Comments
 (0)