From 66114a5cd9b3d866193f3e377096088ca87f365c Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Thu, 18 Nov 2021 10:24:18 +0100 Subject: [PATCH] fix update monitoring helm --- k8s/monitoring/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/monitoring/Chart.yaml b/k8s/monitoring/Chart.yaml index 90d5c1c..c9bcfe4 100644 --- a/k8s/monitoring/Chart.yaml +++ b/k8s/monitoring/Chart.yaml @@ -3,5 +3,5 @@ name: monitoring version: '1.0' dependencies: - name: kube-prometheus-stack - version: "19.2.2" + version: "19.3.0" repository: "https://prometheus-community.github.io/helm-charts" \ No newline at end of file