|
| 1 | +apiVersion: v2 |
| 2 | +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. |
| 3 | +icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png |
| 4 | +type: application |
| 5 | +maintainers: |
| 6 | + - name: andrewgkew |
| 7 | + email: andrew@quadcorps.co.uk |
| 8 | + - name: gianrubio |
| 9 | + email: gianrubio@gmail.com |
| 10 | + - name: gkarthiks |
| 11 | + email: github.gkarthiks@gmail.com |
| 12 | + - name: GMartinez-Sisti |
| 13 | + email: kube-prometheus-stack@sisti.pt |
| 14 | + - name: jkroepke |
| 15 | + email: github@jkroepke.de |
| 16 | + - name: scottrigby |
| 17 | + email: scott@r6by.com |
| 18 | + - name: Xtigyro |
| 19 | + email: miroslav.hadzhiev@gmail.com |
| 20 | + - name: QuentinBisson |
| 21 | + email: quentin.bisson@gmail.com |
| 22 | +name: monitor-stack-v2 |
| 23 | +sources: |
| 24 | + - https://github.com/prometheus-community/helm-charts |
| 25 | + - https://github.com/prometheus-operator/kube-prometheus |
| 26 | +version: 55.11.0 |
| 27 | +appVersion: v0.70.0 |
| 28 | +kubeVersion: ">=1.19.0-0" |
| 29 | +home: https://github.com/prometheus-operator/kube-prometheus |
| 30 | +keywords: |
| 31 | + - operator |
| 32 | + - prometheus |
| 33 | + - kube-prometheus |
| 34 | +annotations: |
| 35 | + "artifacthub.io/license": Apache-2.0 |
| 36 | + "artifacthub.io/operator": "true" |
| 37 | + "artifacthub.io/links": | |
| 38 | + - name: Chart Source |
| 39 | + url: https://github.com/prometheus-community/helm-charts |
| 40 | + - name: Upstream Project |
| 41 | + url: https://github.com/prometheus-operator/kube-prometheus |
| 42 | +
|
| 43 | +dependencies: |
| 44 | + - name: crds |
| 45 | + version: "0.0.0" |
| 46 | + condition: crds.enabled |
| 47 | + - name: kube-state-metrics |
| 48 | + version: "5.16.*" |
| 49 | + repository: https://prometheus-community.github.io/helm-charts |
| 50 | + condition: kubeStateMetrics.enabled |
| 51 | + - name: prometheus-node-exporter |
| 52 | + version: "4.25.*" |
| 53 | + repository: https://prometheus-community.github.io/helm-charts |
| 54 | + condition: nodeExporter.enabled |
| 55 | + - name: grafana |
| 56 | + version: "7.2.*" |
| 57 | + repository: https://grafana.github.io/helm-charts |
| 58 | + condition: grafana.enabled |
| 59 | + - name: prometheus-windows-exporter |
| 60 | + repository: https://prometheus-community.github.io/helm-charts |
| 61 | + version: "0.2.*" |
| 62 | + condition: windowsMonitoring.enabled |
0 commit comments