From 1948d62350232b166496e366c8d36d57133c6c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Mon, 15 Apr 2024 12:54:34 +0200 Subject: [PATCH] deps: pin prometheus-windows-exporter version --- deploy/helm/sumologic/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/sumologic/Chart.yaml b/deploy/helm/sumologic/Chart.yaml index 021ee9354f..59c85ca2cc 100644 --- a/deploy/helm/sumologic/Chart.yaml +++ b/deploy/helm/sumologic/Chart.yaml @@ -38,5 +38,5 @@ dependencies: condition: opentelemetry-operator.enabled,sumologic.metrics.collector.otelcol.enabled - name: prometheus-windows-exporter repository: https://prometheus-community.github.io/helm-charts - version: "0.3.*" + version: 0.3.1 condition: prometheus-windows-exporter.enabled,sumologic.metrics.collector.otelcol.enabled