From 6a4a569dce283177d4c1530125f1bd8356a2632e Mon Sep 17 00:00:00 2001 From: Abdelrahman Ahmed <16365652+abahmed@users.noreply.github.com> Date: Sun, 19 Dec 2021 15:16:02 +0200 Subject: [PATCH] :tada: release v0.0.7 (#15) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73bc385d..c93d60f9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You need to get config template to add your configs ```shell -curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.0.6/deploy/config.yaml -o config.yaml +curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/config.yaml -o config.yaml ``` Then edit `config.yaml` file and apply your configuration @@ -46,7 +46,7 @@ kubectl apply -f config.yaml To deploy **kwatch**, execute following command: ```shell -kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.6/deploy/deploy.yaml +kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/deploy.yaml ``` ### Configuration @@ -66,8 +66,8 @@ kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.6/deploy/ ### Cleanup ```shell -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.6/deploy/config.yaml -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.6/deploy/deploy.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/config.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/deploy.yaml ``` ## Contributors