forked from grafana/k8s-monitoring-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
48 lines (48 loc) · 1.66 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
42
43
44
45
46
47
48
apiVersion: v2
name: k8s-monitoring
description: A Helm chart for gathering, scraping, and forwarding Kubernetes infrastructure metrics and logs to a Grafana Stack.
type: application
version: 0.10.3
appVersion: 2.0.2
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
sources:
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
maintainers:
- email: [email protected]
name: petewall
- email: [email protected]
name: skl
dependencies:
- name: grafana-agent
version: 0.33.0
repository: https://grafana.github.io/helm-charts
- alias: grafana-agent-events
name: grafana-agent
version: 0.33.0
repository: https://grafana.github.io/helm-charts
condition: logs.cluster_events.enabled
- alias: grafana-agent-logs
name: grafana-agent
version: 0.33.0
repository: https://grafana.github.io/helm-charts
condition: logs.pod_logs.enabled
- name: kube-state-metrics
version: 5.15.3
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: 4.25.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-operator-crds
version: 8.0.1
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-operator-crds.enabled
- name: prometheus-windows-exporter
version: 0.1.2
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-windows-exporter.enabled
- name: opencost
version: 1.28.0
repository: https://opencost.github.io/opencost-helm-chart
condition: opencost.enabled