From 7ce98c49829c58b81be9ff452fb31a94499494b4 Mon Sep 17 00:00:00 2001 From: Aleksandr Bogomiakov Date: Tue, 1 Sep 2026 22:35:02 +0100 Subject: [PATCH] fix loki helm chart path --- k8s/core/prom-stack/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/core/prom-stack/kustomization.yaml b/k8s/core/prom-stack/kustomization.yaml index 718a216..c65ca36 100644 --- a/k8s/core/prom-stack/kustomization.yaml +++ b/k8s/core/prom-stack/kustomization.yaml @@ -21,7 +21,7 @@ helmCharts: includeCRDs: true - name: loki - repo: https://grafana.github.io/helm-charts + repo: https://grafana-community.github.io/helm-charts version: 18.11.7 releaseName: loki namespace: prometheus