blob: 25877c4f9ad7f8c3ea4513eeb760e50fc9a2f89a (
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: 8.2.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.96.0
repository: "https://open-telemetry.github.io/opentelemetry-helm-charts"
|