From e3c22be7588c5559f86595fb8186dd2ce9569c9f Mon Sep 17 00:00:00 2001 From: Michael McMillan Date: Thu, 11 Apr 2024 15:55:19 +0200 Subject: [PATCH 1/2] Bump the Grafana chart to the latest version (7.3.7). This PR bumps the chart that loki-stack relies on for Grafana to the latest version. This may entail breaking changes. --- charts/loki-stack/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/loki-stack/requirements.yaml b/charts/loki-stack/requirements.yaml index 09525e0961..efa2dc16b2 100644 --- a/charts/loki-stack/requirements.yaml +++ b/charts/loki-stack/requirements.yaml @@ -13,7 +13,7 @@ dependencies: version: "^2.3.0" - name: "grafana" condition: grafana.enabled - version: "~6.43.0" + version: "~7.3.0" repository: "https://grafana.github.io/helm-charts" - name: "prometheus" condition: prometheus.enabled From 9c32771b8f7f5f59cf83cdc987cd10a9cf3094eb Mon Sep 17 00:00:00 2001 From: MH Date: Sat, 10 Aug 2024 10:55:51 +0800 Subject: [PATCH 2/2] Update Chart.yaml Signed-off-by: MH --- charts/loki-stack/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/loki-stack/Chart.yaml b/charts/loki-stack/Chart.yaml index 9d66f01143..cd5f93b73e 100644 --- a/charts/loki-stack/Chart.yaml +++ b/charts/loki-stack/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: "v1" name: loki-stack -version: 2.10.2 +version: 2.10.3 appVersion: v2.9.3 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs."