From d008d2b445a570a46b403c4ab30c78b07d08e62f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Jun 2024 03:06:57 +0000 Subject: [PATCH] Update grafana/promtail Docker tag to v3 --- manifests/monitoring-civo/promtail.yaml | 2 +- manifests/monitoring/promtail.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/monitoring-civo/promtail.yaml b/manifests/monitoring-civo/promtail.yaml index 2255e09..e8dea3a 100644 --- a/manifests/monitoring-civo/promtail.yaml +++ b/manifests/monitoring-civo/promtail.yaml @@ -236,7 +236,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.9.8" + image: "grafana/promtail:3.0.0" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index 6dfb232..adf809b 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -215,7 +215,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.9.8" + image: "grafana/promtail:3.0.0" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml"