From 36db51cfeefe89616140785ba78202d5de5eb75a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 30 Jun 2023 17:35:50 +0000 Subject: [PATCH] Update victoriametrics/vmagent Docker tag to v1.91.3 --- 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 1fcb074..e907b4a 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.91.2" + image: "victoriametrics/vmagent:v1.91.3" 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 56b3a43..3e467b0 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.91.2" + image: "victoriametrics/vmagent:v1.91.3" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ -- 2.45.1