From fb6c867967c251da131b10ee14f630e15090ed8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Nov 2025 03:01:59 +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..3bfdc38 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.1" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml"