Enable DBs separately

Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
This commit is contained in:
Michel Hollands
2023-06-30 12:36:46 +01:00
parent ad187b1ba2
commit ed0ab9852a
9 changed files with 70 additions and 27 deletions

View File

@@ -27,19 +27,22 @@ dependencies:
- name: loki
repository: https://grafana.github.io/helm-charts
version: "5.8.0"
condition: local.enabled
condition: local.logs.enabled
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: "0.15.0"
- name: mimir-distributed
repository: https://grafana.github.io/helm-charts
version: "4.4.1"
condition: local.enabled
condition: local.metrics.enabled
- name: tempo-distributed
repository: https://grafana.github.io/helm-charts
version: "1.4.7"
condition: local.enabled
condition: local.traces.enabled
- name: minio
repository: https://charts.min.io
version: "5.0.11"
condition: local.enabled
tags:
- local-logs
- local-metrics
- local-traces