From 2c34d12fa91efe2dd9aa9aece0e9803f6f8f21fc Mon Sep 17 00:00:00 2001 From: Abdelrahman Ahmed <16365652+abahmed@users.noreply.github.com> Date: Tue, 31 Jan 2023 15:05:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20release=20v0.7.0=20(#184)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- deploy/chart/Chart.yaml | 2 +- deploy/deploy.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e63a63bc..8f7c8a4e 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.6.1/deploy/config.yaml -o config.yaml +curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.7.0/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.6.1/deploy/deploy.yaml +kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.7.0/deploy/deploy.yaml ``` ### Configuration @@ -258,8 +258,8 @@ title ### Cleanup ```shell -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.6.1/deploy/config.yaml -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.6.1/deploy/deploy.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.7.0/deploy/config.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.7.0/deploy/deploy.yaml ``` ## 👍 Contribute & Support diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index 45976abf..11086c42 100644 --- a/deploy/chart/Chart.yaml +++ b/deploy/chart/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -appVersion: v0.6.1 +appVersion: v0.7.0 version: 0.1.0 name: kwatch description: |4 diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 1b35975b..01a299a6 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -49,7 +49,7 @@ spec: serviceAccountName: kwatch containers: - name: kwatch - image: ghcr.io/abahmed/kwatch:v0.6.1 + image: ghcr.io/abahmed/kwatch:v0.7.0 imagePullPolicy: Always volumeMounts: - name: config-volume