mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
prometheus-operator/kube-prometheus' default branch switched to main, so we missed some updates. Also we did not update the alertmanager, node-exporter and prometheus-operator rulesets, which is fixed now as well. Signed-off-by: Manuel Rüger <manuel@rueg.eu>
50 lines
1.7 KiB
YAML
50 lines
1.7 KiB
YAML
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: gianrubio@gmail.com
|
|
- name: gkarthiks
|
|
email: github.gkarthiks@gmail.com
|
|
- name: scottrigby
|
|
email: scott@r6by.com
|
|
- name: Xtigyro
|
|
email: miroslav.hadzhiev@gmail.com
|
|
name: kube-prometheus-stack
|
|
sources:
|
|
- https://github.com/prometheus-community/helm-charts
|
|
- https://github.com/prometheus-operator/kube-prometheus
|
|
version: 16.8.0
|
|
appVersion: 0.48.1
|
|
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.*"
|
|
repository: https://prometheus-community.github.io/helm-charts
|
|
condition: kubeStateMetrics.enabled
|
|
- name: prometheus-node-exporter
|
|
version: "1.18.*"
|
|
repository: https://prometheus-community.github.io/helm-charts
|
|
condition: nodeExporter.enabled
|
|
- name: grafana
|
|
version: "6.12.*"
|
|
repository: https://grafana.github.io/helm-charts
|
|
condition: grafana.enabled
|