From 5e7d957e677480edc8c8c9d63625f3c512ef4277 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Sep 2025 03:38:14 +0000 Subject: [PATCH] Update grafana/promtail Docker tag to v3 --- manifests/monitoring/promtail.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index 66d9638..53f5531 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -216,7 +216,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.9.15" + image: "grafana/promtail:3.5.5" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml"