From 940fbc44a58ef1770a82527708349d3c37902007 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Jan 2022 16:43:08 +0000 Subject: [PATCH] Update Docker image quay.io/prometheus/node-exporter to v1.3.1 --- projects/grafana/values/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/grafana/values/prometheus.yaml b/projects/grafana/values/prometheus.yaml index 0f42ed8d..08a11683 100644 --- a/projects/grafana/values/prometheus.yaml +++ b/projects/grafana/values/prometheus.yaml @@ -8,7 +8,7 @@ nodeExporter: enabled: true image: repository: quay.io/prometheus/node-exporter - tag: v1.3.0 + tag: v1.3.1 hostNetwork: true hostPID: true