From dbc7b3e8fc64bda99da1080584584882d7b411d0 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+fornax2@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:36:31 -0300 Subject: [PATCH] exporter-v1.10.2 --- shared/services/config/exporter-config.go | 2 +- shared/services/config/prometheus-config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/exporter-config.go b/shared/services/config/exporter-config.go index a0c011308..1d1768419 100644 --- a/shared/services/config/exporter-config.go +++ b/shared/services/config/exporter-config.go @@ -5,7 +5,7 @@ import ( ) // Constants -const exporterTag string = "prom/node-exporter:v1.9.0" +const exporterTag string = "prom/node-exporter:v1.10.2" // Defaults const defaultExporterRootFs bool = false diff --git a/shared/services/config/prometheus-config.go b/shared/services/config/prometheus-config.go index 848eeb42a..87f1c5dd8 100644 --- a/shared/services/config/prometheus-config.go +++ b/shared/services/config/prometheus-config.go @@ -5,7 +5,7 @@ import ( ) // Constants -const prometheusTag string = "prom/prometheus:v2.53.1" +const prometheusTag string = "prom/prometheus:v3.8.0" // Defaults const defaultPrometheusPort uint16 = 9091