Files
deprecated-helm-charts/stable/prometheus/Chart.yaml
T
Frederik Weber 336e709070 [stable/prometheus] Add Namespace to applicable Resources (#22378)
* 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>
2020-05-17 16:59:35 -07:00

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"