From d953074087d8b95d18a399c1373c323a17fdbeed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Aug 2025 03:22:41 +0000 Subject: [PATCH] Update victoriametrics/vmagent Docker tag to v1.124.0 --- manifests/monitoring-civo/vmagent.yaml | 2 +- manifests/monitoring/vmagent.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/monitoring-civo/vmagent.yaml b/manifests/monitoring-civo/vmagent.yaml index 57114f2..afa1c4d 100644 --- a/manifests/monitoring-civo/vmagent.yaml +++ b/manifests/monitoring-civo/vmagent.yaml @@ -147,7 +147,7 @@ spec: serviceAccountName: prometheus-server containers: - name: vmagent - image: "victoriametrics/vmagent:v1.123.0" + image: "victoriametrics/vmagent:v1.124.0" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://vmcluster.proxy-civo.svc/insert/0/prometheus/ diff --git a/manifests/monitoring/vmagent.yaml b/manifests/monitoring/vmagent.yaml index 0fccb95..006747c 100644 --- a/manifests/monitoring/vmagent.yaml +++ b/manifests/monitoring/vmagent.yaml @@ -153,7 +153,7 @@ spec: serviceAccountName: prometheus-server containers: - name: vmagent - image: "victoriametrics/vmagent:v1.123.0" + image: "victoriametrics/vmagent:v1.124.0" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ -- 2.49.1