[stable/prometheus] Update retention time property (#11518)

* Change retention property according to ChangeLog from Prometheus 2.7.0
Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>

* Update Chart Version from 8.7.1 to 8.7.2
Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
This commit is contained in:
Adrian Berger
2019-04-08 01:38:25 -07:00
committed by Kubernetes Prow Robot
parent b5996c137d
commit 765b401cfa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prometheus
version: 8.9.1
version: 8.9.2
appVersion: 2.8.0
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
@@ -87,7 +87,7 @@ spec:
{{- end }}
args:
{{- if .Values.server.retention }}
- --storage.tsdb.retention={{ .Values.server.retention }}
- --storage.tsdb.retention.time={{ .Values.server.retention }}
{{- end }}
- --config.file={{ .Values.server.configPath }}
- --storage.tsdb.path={{ .Values.server.persistentVolume.mountPath }}
@@ -80,7 +80,7 @@ spec:
imagePullPolicy: "{{ .Values.server.image.pullPolicy }}"
args:
{{- if .Values.server.retention }}
- --storage.tsdb.retention={{ .Values.server.retention }}
- --storage.tsdb.retention.time={{ .Values.server.retention }}
{{- end }}
- --config.file={{ .Values.server.configPath }}
- --storage.tsdb.path={{ .Values.server.persistentVolume.mountPath }}