From ce985a26b0d92a35fff149e62e2a03f0d2829b1a Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Mon, 23 Sep 2024 10:15:39 +0300 Subject: [PATCH] update chart image to 2.9.0 Multiple CRDs bugfix, and monitoring metrics --- README.md | 2 +- helm/kubewatch/Chart.yaml | 2 +- helm/kubewatch/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 378c95da..c6732686 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ # Latest image ``` -robustadev/kubewatch:v2.8.0 +robustadev/kubewatch:v2.9.0 ``` # Usage diff --git a/helm/kubewatch/Chart.yaml b/helm/kubewatch/Chart.yaml index 4fa0e3a3..fd71aaa4 100644 --- a/helm/kubewatch/Chart.yaml +++ b/helm/kubewatch/Chart.yaml @@ -23,4 +23,4 @@ maintainers: [] name: kubewatch sources: - https://github.com/robusta-dev/kubewatch -version: 3.4.0 +version: 3.5.0 diff --git a/helm/kubewatch/values.yaml b/helm/kubewatch/values.yaml index 41abbe42..0a9eca23 100644 --- a/helm/kubewatch/values.yaml +++ b/helm/kubewatch/values.yaml @@ -62,7 +62,7 @@ extraDeploy: [] ## image: repository: robustadev/kubewatch - tag: v2.8.0 + tag: v2.9.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images