From 6c545f3adda4c03b03175aec4e1b32cdadb4d06c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Jan 2024 21:06:58 +0000 Subject: [PATCH] Update victoriametrics/vmagent Docker tag to v1.97.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 02a06ef..57213e6 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.96.0" + image: "victoriametrics/vmagent:v1.97.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 ed55f0d..60ad6ea 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.96.0" + image: "victoriametrics/vmagent:v1.97.0" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ -- 2.45.1