From 7f9601b1f0ee0d1afc1d2edfcd765209d6031b72 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 May 2026 20:07:46 +0000 Subject: [PATCH] Update prom/node-exporter Docker tag to v1.11.1 --- mon-system/monitoring.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon-system/monitoring.yaml b/mon-system/monitoring.yaml index 6fa36bf..a6e70d3 100644 --- a/mon-system/monitoring.yaml +++ b/mon-system/monitoring.yaml @@ -730,7 +730,7 @@ spec: hostPID: true containers: - name: node-exporter - image: prom/node-exporter:v1.10.2 + image: prom/node-exporter:v1.11.1 args: - "--path.procfs=/host/proc" - "--path.sysfs=/host/sys"