Skip to content

Commit

Permalink
Update docs for v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahg-g committed Jan 8, 2025
1 parent cf6abac commit 2f73269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/lws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.2"
appVersion: "v0.5.0"
6 changes: 3 additions & 3 deletions docs/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ machine type for your nodes.**
To install a released version of LeaderWorkerSet in your cluster, run the following command:

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

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

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

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

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

0 comments on commit 2f73269

Please sign in to comment.