From f9b6ae9b3e0e0802ac61b39c685da677760e4205 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 16 Aug 2023 16:15:00 +0100 Subject: [PATCH] Fix linting issues Signed-off-by: Michel Hollands --- charts/meta-monitoring/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/meta-monitoring/Chart.yaml b/charts/meta-monitoring/Chart.yaml index bf3052c..70e2c7f 100644 --- a/charts/meta-monitoring/Chart.yaml +++ b/charts/meta-monitoring/Chart.yaml @@ -25,18 +25,18 @@ appVersion: "0.0.1" dependencies: - name: loki - repository: https://grafana.github.io/helm-charts + repository: https://grafana.github.io/helm-charts version: "5.8.0" condition: local.logs.enabled - name: grafana-agent - repository: https://grafana.github.io/helm-charts + repository: https://grafana.github.io/helm-charts version: "0.15.0" - name: mimir-distributed - repository: https://grafana.github.io/helm-charts + repository: https://grafana.github.io/helm-charts version: "4.4.1" condition: local.metrics.enabled - name: tempo-distributed - repository: https://grafana.github.io/helm-charts + repository: https://grafana.github.io/helm-charts version: "1.4.7" condition: local.traces.enabled - name: minio