From 9c92e18efec9abdf3fab2e98da10d61afb1a33b4 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Fri, 18 Aug 2023 11:02:07 +0100 Subject: [PATCH] Apply linting Signed-off-by: Michel Hollands --- charts/meta-monitoring/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/meta-monitoring/Chart.yaml b/charts/meta-monitoring/Chart.yaml index bf3052c..22823e0 100644 --- a/charts/meta-monitoring/Chart.yaml +++ b/charts/meta-monitoring/Chart.yaml @@ -25,21 +25,21 @@ 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 repository: https://charts.min.io version: "5.0.11" - condition: local.minio.enabled \ No newline at end of file + condition: local.minio.enabled