mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
b5996c137d
commit
765b401cfa
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user