From ff2db997fc6eccb9d20350faee167a46d7937911 Mon Sep 17 00:00:00 2001 From: Abdelrahman Ahmed <16365652+abahmed@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:36:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20update=20readme=20to=20rel?= =?UTF-8?q?ease=20v0.8.4=20(#265)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🎉 release v0.8.4 * ♻️ update readme to release v0.8.4 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b6af1b5..caa56427 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We're working on SAAS version of kwatch that provides User interface, optimized ```shell helm repo add kwatch https://kwatch.dev/charts -helm install [RELEASE_NAME] kwatch/kwatch --namespace kwatch --create-namespace --version 0.8.3 +helm install [RELEASE_NAME] kwatch/kwatch --namespace kwatch --create-namespace --version 0.8.4 ``` To get more details, please check [chart's configuration](https://github.com/abahmed/kwatch/blob/main/deploy/chart/README.md) @@ -51,7 +51,7 @@ To get more details, please check [chart's configuration](https://github.com/aba You need to get config template to add your configs ```shell -curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.8.3/deploy/config.yaml -o config.yaml +curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.8.4/deploy/config.yaml -o config.yaml ``` Then edit `config.yaml` file and apply your configuration @@ -63,7 +63,7 @@ kubectl apply -f config.yaml To deploy **kwatch**, execute following command: ```shell -kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.3/deploy/deploy.yaml +kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.4/deploy/deploy.yaml ``` ## High Level Architecture @@ -303,8 +303,8 @@ basic auth ### Cleanup ```shell -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.3/deploy/config.yaml -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.3/deploy/deploy.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.4/deploy/config.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.4/deploy/deploy.yaml ``` ## 👍 Contribute & Support