about summary refs log tree commit diff
path: root/tools/monitoring/Chart.yaml
blob: dea311944dc9d3fcb7a8faf5095841ddfd5bb3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apiVersion: v2
name: monitoring
description: A Helm chart for setting up Grafana, Prometheus, Elasticsearch, and OpenTelemetry Collector
version: 0.1.0
appVersion: "1.0"

dependencies:
  - name: grafana
    version: 11.0.0
    repository: "https://grafana.github.io/helm-charts"
  - name: prometheus
    version: 25.22.0
    repository: "https://prometheus-community.github.io/helm-charts"
  - name: elasticsearch
    version: 8.5.1
    repository: "https://helm.elastic.co"
  - name: opentelemetry-collector
    version: 0.103.0
    repository: "https://open-telemetry.github.io/opentelemetry-helm-charts"