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