1# Helm chart metadata for prometheus with Chainguard images
2# These images are distroless and signed with Sigstore
5home: https://prometheus.io/
7 - https://github.com/prometheus/alertmanager
8 - https://github.com/prometheus/prometheus
9 - https://github.com/prometheus/pushgateway
10 - https://github.com/prometheus/node_exporter
11 - https://github.com/kubernetes/kube-state-metrics
13description: Prometheus is a monitoring system and time series database.
19 email: gianrubio@gmail.com
20 url: https://github.com/gianrubio
22 email: zanhsieh@gmail.com
23 url: https://github.com/zanhsieh
25 email: miroslav.hadzhiev@gmail.com
26 url: https://github.com/Xtigyro
28 email: naseem@transit.app
29 url: https://github.com/naseemkullah
31 email: rootsandtrees@posteo.de
32 url: https://github.com/zeritti
33icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
37 artifacthub.io/license: Apache-2.0
38 artifacthub.io/links: |
40 url: https://github.com/prometheus-community/helm-charts
41 - name: Upstream Project
42 url: https://github.com/prometheus/prometheus
43kubeVersion: '>=1.19.0-0'
47 repository: file:///alertmanager
48 condition: alertmanager.enabled
49 - name: kube-state-metrics
51 repository: file:///kube-state-metrics
52 condition: kube-state-metrics.enabled
53 - name: prometheus-node-exporter
55 repository: file:///prometheus-node-exporter
56 condition: prometheus-node-exporter.enabled
57 - name: prometheus-pushgateway
59 repository: file:///prometheus-pushgateway
60 condition: prometheus-pushgateway.enabled