mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Prometheus added Namespaces Added the "namespace" field in the metadata section for all applicable resources in the Prometheus chart. Signed-off-by: Frederik Weber <frederikweber.93@gmail.com> * Bump Chart Version Signed-off-by: Frederik Weber <frederikweber.93@gmail.com> * Added new Parameter forceNamespace If this parameter is specified, all namespaced resources will be in that namespace. Signed-off-by: Frederik Weber <frederikweber.93@gmail.com> * Respect forceNamespace or .Release.Namespace Not just use .Release.Namespace but also respect forceNamespace. If other charts use this chart as subchart and want to deploy Prometheus in another namespace, they can do so by specifying the parameter forceNamespace. Signed-off-by: Frederik Weber <frederikweber.93@gmail.com> * Bump chart version Signed-off-by: Frederik Weber <frederikweber.93@gmail.com>
21 lines
687 B
YAML
21 lines
687 B
YAML
apiVersion: v1
|
|
name: prometheus
|
|
version: 11.3.0
|
|
appVersion: 2.18.1
|
|
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
|
|
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
|
|
maintainers:
|
|
- name: gianrubio
|
|
email: gianrubio@gmail.com
|
|
- name: zanhsieh
|
|
email: zanhsieh@gmail.com
|
|
engine: gotpl
|
|
tillerVersion: ">=2.8.0"
|