-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChart.yaml
41 lines (41 loc) · 1.28 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: v2
name: oaas-observability
type: application
description: A Helm chart to deploy obeservability stack on Kubernetes
home: https://github.com/neticdk/k8s-oaas-observability
sources:
- https://github.com/neticdk/k8s-oaas-observability
version: 2.3.16
maintainers:
- name: langecode
email: [email protected]
- name: KimNorgaard
email: [email protected]
dependencies:
- name: grafana
version: 8.8.2
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: kube-state-metrics
version: 5.28.0
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-node-exporter
version: "*"
repository: file://../prometheus-node-exporter
condition: nodeExporter.enabled
- name: prometheus-operator
version: "*"
repository: file://../prometheus-operator
condition: prometheus-operator.enabled
- name: opentelemetry-operator
version: 0.78.1
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-operator.enabled
- name: vector-agent
version: 0.21.3
repository: https://helm.vector.dev
condition: vector-agent.enabled
- name: promtail
version: 6.16.6
repository: https://grafana.github.io/helm-charts
condition: promtail.enabled