From 1f98fa3f59a46fe7733060a9ca01e59ff3a3ce05 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 12 Nov 2025 19:33:26 -0500 Subject: [PATCH] prometheus-agent: upgrade to 3.7.3 --- system-apps/monitoring/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/monitoring/deployment.yaml b/system-apps/monitoring/deployment.yaml index 10bc6ba..e1e5917 100644 --- a/system-apps/monitoring/deployment.yaml +++ b/system-apps/monitoring/deployment.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: prometheus-agent containers: - name: prometheus - image: prom/prometheus:v3.2.1 + image: prom/prometheus:v3.7.3 args: - "--config.file=/etc/prometheus/prometheus.yml" - "--agent"