1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- annotations:
- artifacthub.io/license: Apache-2.0
- artifacthub.io/links: |
- - name: Chart Source
- url: https://github.com/prometheus-community/helm-charts
- - name: Upstream Project
- url: https://github.com/prometheus/prometheus
- apiVersion: v2
- appVersion: v2.47.2
- dependencies:
- - condition: alertmanager.enabled
- name: alertmanager
- repository: https://prometheus-community.github.io/helm-charts
- version: 1.7.*
- - condition: kube-state-metrics.enabled
- name: kube-state-metrics
- repository: https://prometheus-community.github.io/helm-charts
- version: 5.14.*
- - condition: prometheus-node-exporter.enabled
- name: prometheus-node-exporter
- repository: https://prometheus-community.github.io/helm-charts
- version: 4.23.*
- - condition: prometheus-pushgateway.enabled
- name: prometheus-pushgateway
- repository: https://prometheus-community.github.io/helm-charts
- version: 2.4.*
- description: Prometheus is a monitoring system and time series database.
- home: https://prometheus.io/
- icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
- keywords:
- - monitoring
- - prometheus
- kubeVersion: '>=1.19.0-0'
- maintainers:
- - email: gianrubio@gmail.com
- name: gianrubio
- - email: zanhsieh@gmail.com
- name: zanhsieh
- - email: miroslav.hadzhiev@gmail.com
- name: Xtigyro
- - email: naseem@transit.app
- name: naseemkullah
- - email: rootsandtrees@posteo.de
- name: zeritti
- name: prometheus
- sources:
- - https://github.com/prometheus/alertmanager
- - https://github.com/prometheus/prometheus
- - https://github.com/prometheus/pushgateway
- - https://github.com/prometheus/node_exporter
- - https://github.com/kubernetes/kube-state-metrics
- type: application
- version: 25.4.0
|