From 2f732693a20b6e7b6c2a215be8a102ad22a4c98f Mon Sep 17 00:00:00 2001 From: ahg-g Date: Wed, 8 Jan 2025 22:16:31 +0000 Subject: [PATCH] Update docs for v0.5.0 release --- charts/lws/Chart.yaml | 2 +- docs/setup/install.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/lws/Chart.yaml b/charts/lws/Chart.yaml index 4a187445..e1fcae03 100644 --- a/charts/lws/Chart.yaml +++ b/charts/lws/Chart.yaml @@ -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" diff --git a/docs/setup/install.md b/docs/setup/install.md index 399335a5..ebbfe620 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -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 ``` @@ -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 ``` @@ -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) \ No newline at end of file +See [lws/charts](../../charts/lws/README.md)