forked from prometheus-community/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
69 lines (69 loc) · 2.58 KB
/
Chart.yaml
File metadata and controls
69 lines (69 loc) · 2.58 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
apiVersion: v2
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
type: application
maintainers:
- name: andrewgkew
email: andrew@quadcorps.co.uk
url: https://github.com/andrewgkew
- name: gianrubio
email: gianrubio@gmail.com
url: https://github.com/gianrubio
- name: gkarthiks
email: github.gkarthiks@gmail.com
url: https://github.com/gkarthiks
- name: GMartinez-Sisti
email: kube-prometheus-stack@sisti.pt
url: https://github.com/GMartinez-Sisti
- name: jkroepke
email: github@jkroepke.de
url: https://github.com/jkroepke
- name: Xtigyro
email: miroslav.hadzhiev@gmail.com
url: https://github.com/Xtigyro
- name: QuentinBisson
email: quentin.bisson@gmail.com
url: https://github.com/QuentinBisson
name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 82.10.4
# renovate: github=prometheus-operator/prometheus-operator
appVersion: v0.89.0
kubeVersion: ">=1.25.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
keywords:
- operator
- prometheus
- kube-prometheus
annotations:
"artifacthub.io/license": Apache-2.0
"artifacthub.io/operator": "true"
"artifacthub.io/links": |
- name: Chart Source
url: https://github.com/prometheus-community/helm-charts
- name: Upstream Project
url: https://github.com/prometheus-operator/kube-prometheus
- name: Upgrade Process
url: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/README.md#upgrading-chart
dependencies:
- name: crds
version: "0.0.0"
condition: crds.enabled
- name: kube-state-metrics
version: "7.2.0"
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.52.0"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled
- name: grafana
version: "11.3.2"
repository: https://grafana-community.github.io/helm-charts
condition: grafana.enabled
- name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: "0.12.*"
condition: windowsMonitoring.enabled