From 956cd56510e737ed9112a0c79d67365af42fa513 Mon Sep 17 00:00:00 2001 From: Ilia Lazebnik Date: Sun, 8 Sep 2024 04:33:20 -0400 Subject: [PATCH] Bump windows exporter to 0.6.0 (#4843) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ilia Lazebnik Signed-off-by: Jan-Otto Kröpke Co-authored-by: Jan-Otto Kröpke --- charts/kube-prometheus-stack/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kube-prometheus-stack/Chart.yaml b/charts/kube-prometheus-stack/Chart.yaml index 0c0e825cc3fe..bbf453b8bac3 100644 --- a/charts/kube-prometheus-stack/Chart.yaml +++ b/charts/kube-prometheus-stack/Chart.yaml @@ -23,7 +23,7 @@ name: kube-prometheus-stack sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus -version: 62.5.1 +version: 62.6.0 appVersion: v0.76.1 kubeVersion: ">=1.19.0-0" home: https://github.com/prometheus-operator/kube-prometheus @@ -58,5 +58,5 @@ dependencies: condition: grafana.enabled - name: prometheus-windows-exporter repository: https://prometheus-community.github.io/helm-charts - version: "0.5.*" + version: "0.6.*" condition: windowsMonitoring.enabled