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