From b33895e115fb8ccf351e7e17191634566edd73fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:34:38 +0000 Subject: [PATCH] Update Helm release loki to v6.23.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..365ae0c 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.23.0 repository: "https://grafana.github.io/helm-charts" diff --git a/monitoring/charts/promtail/Chart.yaml b/monitoring/charts/promtail/Chart.yaml index bb1281f..2bee52f 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.23.0 repository: "https://grafana.github.io/helm-charts"