From 085649aefe9b55f2707934ea91f70ba8cff756ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Nov 2024 03:20:43 +0000 Subject: [PATCH] Update victoriametrics/vmagent Docker tag to v1.106.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 acffa1e..04b9f4c 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.105.0" + image: "victoriametrics/vmagent:v1.106.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 d8f5330..7d5c95a 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.105.0" + image: "victoriametrics/vmagent:v1.106.0" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ -- 2.45.2