blob: b64fceb35a76e1b2061d94db56955791d688ca97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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"
- name: logstash
version: 8.5.1
repository: https://helm.elastic.co
|