-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
49 lines (48 loc) · 1.67 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
49
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
engine: gotpl
type: application
maintainers:
- name: vsliouniaev
- name: bismarck
- name: gianrubio
email: [email protected]
- name: gkarthiks
email: [email protected]
- name: scottrigby
email: [email protected]
- name: Xtigyro
email: [email protected]
name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 13.5.0
appVersion: 0.55.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
keywords:
- operator
- prometheus
- kube-prometheus
annotations:
"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
dependencies:
- name: kube-state-metrics
version: "3.1.0"
repository: https://kubernetes.github.io/kube-state-metrics
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "1.12.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled
- name: grafana
version: "6.1.*"
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled