|
1 | 1 | apiVersion: v2
|
2 | 2 | appVersion: 2.2.0
|
3 | 3 | dependencies:
|
4 |
| -- name: grafana-agent |
5 |
| - repository: https://grafana.github.io/helm-charts |
6 |
| - version: 0.38.0 |
7 |
| -- alias: grafana-agent-events |
8 |
| - condition: logs.cluster_events.enabled |
9 |
| - name: grafana-agent |
10 |
| - repository: https://grafana.github.io/helm-charts |
11 |
| - version: 0.38.0 |
12 |
| -- alias: grafana-agent-logs |
13 |
| - condition: logs.pod_logs.enabled |
14 |
| - name: grafana-agent |
15 |
| - repository: https://grafana.github.io/helm-charts |
16 |
| - version: 0.38.0 |
17 |
| -- alias: grafana-agent-profiles |
18 |
| - condition: profiles.enabled |
19 |
| - name: grafana-agent |
20 |
| - repository: https://grafana.github.io/helm-charts |
21 |
| - version: 0.38.0 |
22 |
| -- condition: kube-state-metrics.enabled |
23 |
| - name: kube-state-metrics |
24 |
| - repository: https://prometheus-community.github.io/helm-charts |
25 |
| - version: 5.18.1 |
26 |
| -- condition: prometheus-node-exporter.enabled |
27 |
| - name: prometheus-node-exporter |
28 |
| - repository: https://prometheus-community.github.io/helm-charts |
29 |
| - version: 4.32.0 |
30 |
| -- condition: prometheus-operator-crds.enabled |
31 |
| - name: prometheus-operator-crds |
32 |
| - repository: https://prometheus-community.github.io/helm-charts |
33 |
| - version: 11.0.0 |
34 |
| -- condition: prometheus-windows-exporter.enabled |
35 |
| - name: prometheus-windows-exporter |
36 |
| - repository: https://prometheus-community.github.io/helm-charts |
37 |
| - version: 0.3.1 |
38 |
| -- condition: opencost.enabled |
39 |
| - name: opencost |
40 |
| - repository: https://opencost.github.io/opencost-helm-chart |
41 |
| - version: 1.33.3 |
42 |
| -description: A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry |
| 4 | + - name: grafana-agent |
| 5 | + repository: https://grafana.github.io/helm-charts |
| 6 | + version: 0.38.0 |
| 7 | + - alias: grafana-agent-events |
| 8 | + condition: logs.cluster_events.enabled |
| 9 | + name: grafana-agent |
| 10 | + repository: https://grafana.github.io/helm-charts |
| 11 | + version: 0.38.0 |
| 12 | + - alias: grafana-agent-logs |
| 13 | + condition: logs.pod_logs.enabled |
| 14 | + name: grafana-agent |
| 15 | + repository: https://grafana.github.io/helm-charts |
| 16 | + version: 0.38.0 |
| 17 | + - alias: grafana-agent-profiles |
| 18 | + condition: profiles.enabled |
| 19 | + name: grafana-agent |
| 20 | + repository: https://grafana.github.io/helm-charts |
| 21 | + version: 0.38.0 |
| 22 | + - condition: kube-state-metrics.enabled |
| 23 | + name: kube-state-metrics |
| 24 | + repository: https://prometheus-community.github.io/helm-charts |
| 25 | + version: 5.18.1 |
| 26 | + - condition: prometheus-node-exporter.enabled |
| 27 | + name: prometheus-node-exporter |
| 28 | + repository: https://prometheus-community.github.io/helm-charts |
| 29 | + version: 4.32.0 |
| 30 | + - condition: prometheus-operator-crds.enabled |
| 31 | + name: prometheus-operator-crds |
| 32 | + repository: https://prometheus-community.github.io/helm-charts |
| 33 | + version: 11.0.0 |
| 34 | + - condition: prometheus-windows-exporter.enabled |
| 35 | + name: prometheus-windows-exporter |
| 36 | + repository: https://prometheus-community.github.io/helm-charts |
| 37 | + version: 0.3.1 |
| 38 | + - condition: opencost.enabled |
| 39 | + name: opencost |
| 40 | + repository: https://opencost.github.io/opencost-helm-chart |
| 41 | + version: 1.35.0 |
| 42 | +description: |
| 43 | + A Helm chart for gathering, scraping, and forwarding Kubernetes telemetry |
43 | 44 | data to a Grafana Stack.
|
44 | 45 | icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
|
45 | 46 | maintainers:
|
46 |
| - |
47 |
| - name: petewall |
48 |
| - |
49 |
| - name: skl |
| 47 | + |
| 48 | + name: petewall |
| 49 | + |
| 50 | + name: skl |
50 | 51 | name: k8s-monitoring
|
51 | 52 | sources:
|
52 |
| -- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring |
| 53 | + - https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring |
53 | 54 | type: application
|
54 | 55 | version: 0.13.4
|
0 commit comments