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"