From 99ba070206580ce6641a736498dd48eb3edc0e8d Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sat, 6 Dec 2025 18:18:23 -0600 Subject: [PATCH] See if this adds loki --- k8s/loki/Chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/loki/Chart.yaml b/k8s/loki/Chart.yaml index c81b695..cd44edd 100644 --- a/k8s/loki/Chart.yaml +++ b/k8s/loki/Chart.yaml @@ -4,3 +4,7 @@ description: A Helm chart for Loki type: application version: 0.1.0 appVersion: "1.0" +dependencies: + - name: loki + version: "5.42.0" + repository: "https://grafana.github.io/helm-charts"