kubezero/charts/kubezero-metrics/Chart.yaml

35 lines
1.2 KiB
YAML
Raw Normal View History

2020-07-30 16:19:04 +00:00
apiVersion: v2
name: kubezero-metrics
description: KubeZero Umbrella Chart for Prometheus, Grafana and Alertmanager as well as all Kubernetes integrations.
2020-07-30 16:19:04 +00:00
type: application
2022-12-06 20:43:11 +00:00
version: 0.8.8
2020-07-30 16:19:04 +00:00
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- prometheus
- alertmanager
2020-07-30 16:19:04 +00:00
- grafana
maintainers:
2021-12-09 18:03:55 +00:00
- name: Stefan Reimer
email: stefan@zero-downtime.net
2020-07-30 16:19:04 +00:00
dependencies:
- name: kubezero-lib
version: ">= 0.1.6"
2021-12-03 21:16:22 +00:00
repository: https://cdn.zero-downtime.net/charts/
2022-12-13 12:13:33 +00:00
# https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
2020-10-10 00:58:44 +00:00
- name: kube-prometheus-stack
2022-12-06 20:43:11 +00:00
version: 42.2.1
# Switch back to upstream once all alerts are fixed eg. etcd gpcr
# repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-adapter
2022-12-06 20:43:11 +00:00
version: 3.4.2
2020-10-10 00:58:44 +00:00
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-adapter.enabled
- name: prometheus-pushgateway
2022-12-06 20:43:11 +00:00
version: 2.0.2
# Switch back to upstream once namespaces are supported
2022-12-06 20:43:11 +00:00
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-pushgateway.enabled
2022-10-27 12:27:42 +00:00
kubeVersion: ">= 1.24.0"