From 2e4f49abcc3fc21854aa5e1ca73897d124d8c989 Mon Sep 17 00:00:00 2001
From: Abdelrahman Ahmed
Date: Mon, 13 Mar 2023 22:57:42 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20release=20v0.8.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 +++++-----
deploy/chart/Chart.yaml | 4 ++--
deploy/chart/README.md | 2 +-
deploy/deploy.yaml | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index c83508ec..93aa357b 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@
```shell
helm repo add kwatch https://kwatch.dev/charts
-helm install [RELEASE_NAME] kwatch/kwatch --namespace kwatch --create-namespace --version 0.8.2
+helm install [RELEASE_NAME] kwatch/kwatch --namespace kwatch --create-namespace --version 0.8.3
```
To get more details, please check [chart's configuration](https://github.com/abahmed/kwatch/blob/main/deploy/chart/README.md)
@@ -46,7 +46,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.2/deploy/config.yaml -o config.yaml
+curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.8.3/deploy/config.yaml -o config.yaml
```
Then edit `config.yaml` file and apply your configuration
@@ -58,7 +58,7 @@ kubectl apply -f config.yaml
To deploy **kwatch**, execute following command:
```shell
-kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.2/deploy/deploy.yaml
+kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.3/deploy/deploy.yaml
```
## High Level Architecture
@@ -297,8 +297,8 @@ basic auth
### Cleanup
```shell
-kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.2/deploy/config.yaml
-kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.8.2/deploy/deploy.yaml
+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
```
## 👍 Contribute & Support
diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml
index 0f85e82b..e8daa827 100644
--- a/deploy/chart/Chart.yaml
+++ b/deploy/chart/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: kwatch
-version: "0.8.2"
-appVersion: "v0.8.2"
+version: "0.8.3"
+appVersion: "v0.8.3"
description: monitor all changes in your Kubernetes(K8s) cluster, detects crashes
in your running apps in realtime, and publishes notifications to your channels (Slack,
Discord, etc.) instantly
diff --git a/deploy/chart/README.md b/deploy/chart/README.md
index bd45d62a..52a71aa6 100644
--- a/deploy/chart/README.md
+++ b/deploy/chart/README.md
@@ -13,7 +13,7 @@ helm repo update
## Install Chart
```console
-helm install [RELEASE_NAME] kwatch/kwatch --version 0.8.2
+helm install [RELEASE_NAME] kwatch/kwatch --version 0.8.3
```
## Uninstall Chart
diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml
index be6e3974..b18ab19b 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.8.2
+ image: ghcr.io/abahmed/kwatch:v0.8.3
imagePullPolicy: Always
volumeMounts:
- name: config-volume