2020-07-30 17:19:04 +01:00
|
|
|
apiVersion: v2
|
|
|
|
name: kubezero-metrics
|
2021-07-21 15:06:40 +02:00
|
|
|
description: KubeZero Umbrella Chart for Prometheus, Grafana and Alertmanager as well as all Kubernetes integrations.
|
2020-07-30 17:19:04 +01:00
|
|
|
type: application
|
2022-04-08 17:08:28 +02:00
|
|
|
version: 0.8.0
|
2020-07-30 17:19:04 +01:00
|
|
|
home: https://kubezero.com
|
|
|
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
|
|
|
keywords:
|
|
|
|
- kubezero
|
2020-08-03 13:06:07 +01:00
|
|
|
- prometheus
|
2021-07-21 15:06:40 +02:00
|
|
|
- alertmanager
|
2020-07-30 17:19:04 +01:00
|
|
|
- grafana
|
|
|
|
maintainers:
|
2021-12-09 19:03:55 +01:00
|
|
|
- name: Stefan Reimer
|
|
|
|
email: stefan@zero-downtime.net
|
2020-07-30 17:19:04 +01:00
|
|
|
dependencies:
|
|
|
|
- name: kubezero-lib
|
2021-08-05 13:52:22 +02:00
|
|
|
version: ">= 0.1.4"
|
2021-12-03 22:16:22 +01:00
|
|
|
repository: https://cdn.zero-downtime.net/charts/
|
2020-10-09 17:58:44 -07:00
|
|
|
- name: kube-prometheus-stack
|
2022-04-08 17:08:28 +02:00
|
|
|
version: 34.9.0
|
2020-12-17 16:46:15 -08:00
|
|
|
# Switch back to upstream once all alerts are fixed eg. etcd gpcr
|
|
|
|
# repository: https://prometheus-community.github.io/helm-charts
|
2020-08-03 13:06:07 +01:00
|
|
|
- name: prometheus-adapter
|
2022-04-08 17:08:28 +02:00
|
|
|
version: 3.2.0
|
2020-10-09 17:58:44 -07:00
|
|
|
repository: https://prometheus-community.github.io/helm-charts
|
2020-11-21 04:24:57 -08:00
|
|
|
condition: prometheus-adapter.enabled
|
2021-07-21 15:06:40 +02:00
|
|
|
- name: prometheus-pushgateway
|
2022-04-08 17:08:28 +02:00
|
|
|
version: 1.16.1
|
2021-07-21 15:06:40 +02:00
|
|
|
# Switch back to upstream once namespaces are supported
|
|
|
|
# repository: https://prometheus-community.github.io/helm-charts
|
|
|
|
condition: prometheus-pushgateway.enabled
|
2021-12-09 19:03:55 +01:00
|
|
|
kubeVersion: ">= 1.20.0"
|