From 11f9411695221aa40e323f679d9ab17ac9cb3d39 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 May 2026 08:37:27 +0000 Subject: [PATCH] Update grafana/promtail Docker tag to v2.9.17 --- charts/common/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/values.yaml b/charts/common/values.yaml index b32847f..f9f9e7c 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -656,7 +656,7 @@ addons: # -- Specify the promtail image repository: grafana/promtail # -- Specify the promtail image tag - tag: 2.2.0 + tag: 2.9.17 # -- Specify the promtail image pull policy pullPolicy: IfNotPresent