mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
This change improves handling of deployment strategy parameters: 1) Improve documentation on strategy parameters. 2) Document & use alertmanager.strategy.type, which was present in values.yaml but unused. Alertmanager was previous using server.strategy 3) Set strategy.rollingUpdate to null when strategy.type is 'Recreate'. This is necessary to prevent the following error on an upgrade switching the strategy type from 'RollingUpdate' to 'Recreate': ``` UPGRADE FAILED: Deployment.apps "prometheus-server" is invalid: spec.strategy.rollingUpdate: Forbidden: may not be specified when strategy `type` is 'Recreate' ``` Signed-off-by: Alexandre Rebert <alex@forallsecure.com>
21 lines
687 B
YAML
21 lines
687 B
YAML
apiVersion: v1
|
|
name: prometheus
|
|
version: 11.0.2
|
|
appVersion: 2.16.0
|
|
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"
|