From 3413ea6d727ae453ecb8f1ed8e88ce4f9ae2b8db Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jan 2024 18:02:12 +0000 Subject: [PATCH] Update grafana/promtail Docker tag to v2.9.4 --- 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 0118b51..1542812 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.3" + image: "grafana/promtail:2.9.4" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index b0bc06c..ba974bf 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.3" + image: "grafana/promtail:2.9.4" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" -- 2.45.1