From 42f4386d518a2055c0c610c4357b40c894d3a6c0 Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Tue, 3 Sep 2024 09:51:51 +0530 Subject: [PATCH] Fix aliases --- charts/loki/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/loki/Chart.yaml b/charts/loki/Chart.yaml index 4d9d26f..3b29ae3 100644 --- a/charts/loki/Chart.yaml +++ b/charts/loki/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 name: loki description: A Helm chart for loki type: application -version: 1.0.0 +version: 1.0.1 appVersion: 1.0.0 dependencies: - name: loki-distributed version: 0.76.1 repository: https://grafana.github.io/helm-charts - alias: logging + alias: distributed tags: - logging condition: distributed.enabled @@ -21,7 +21,7 @@ dependencies: - name: loki version: 6.7.3 repository: https://grafana.github.io/helm-charts - alias: logging + alias: standalone tags: - logging condition: standalone.enabled \ No newline at end of file