From 2f7bee6dd44e60b94ffa4e4e9fd9f6ec3e22743a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:06:09 +0000 Subject: [PATCH] Update Helm release loki to v6.20.0 --- monitoring/charts/loki/Chart.yaml | 2 +- monitoring/charts/promtail/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/charts/loki/Chart.yaml b/monitoring/charts/loki/Chart.yaml index bfa40ca..f5aa536 100644 --- a/monitoring/charts/loki/Chart.yaml +++ b/monitoring/charts/loki/Chart.yaml @@ -5,5 +5,5 @@ version: 0.1.0 appVersion: "2.9.3" dependencies: - name: loki - version: 6.15.0 + version: 6.20.0 repository: "https://grafana.github.io/helm-charts" diff --git a/monitoring/charts/promtail/Chart.yaml b/monitoring/charts/promtail/Chart.yaml index bb1281f..096816e 100644 --- a/monitoring/charts/promtail/Chart.yaml +++ b/monitoring/charts/promtail/Chart.yaml @@ -4,5 +4,5 @@ description: A Helm chart for Loki version: 0.1.0 dependencies: - name: loki - version: 6.15.0 + version: 6.20.0 repository: "https://grafana.github.io/helm-charts"