1234567891011121314151617181920212223242526272829303132333435363738
apiVersion: v2
description: |
Prometheus monitoring system with custom Minimus images using prometheus-community charts.
name: prometheus
type: application
version: 0.1.0
appVersion: 3.7.1
annotations:
minimus.io/labels: "utils,infra"
minimus.io/images: |
- image: reg.mini.dev/prometheus:3.7.1
name: prometheus-server
- image: reg.mini.dev/prometheus-node-exporter:latest
name: node-exporter
- image: reg.mini.dev/prometheus-alertmanager:latest
name: alertmanager
- image: reg.mini.dev/prometheus-pushgateway:latest
name: pushgateway
# - image: reg.mini.dev/kube-state-metrics:2.16.0
# name: kube-state-metrics
dependencies:
- name: prometheus
version: 24.0.0
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-node-exporter
version: 4.9.0
repository: https://prometheus-community.github.io/helm-charts
- name: alertmanager
version: 1.27.1
repository: https://prometheus-community.github.io/helm-charts
- name: prometheus-pushgateway
version: 2.0.0
repository: https://prometheus-community.github.io/helm-charts
- name: kube-state-metrics
version: 5.15.0
repository: https://prometheus-community.github.io/helm-charts