From 335c9ef8124a65c96ee9c8c1d03210f00caa0606 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Nov 2025 06:17:16 +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 9ecb630..d66375b 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.17" + image: "grafana/promtail:3.6.2" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml"