Merge pull request #1811 from cdoble84-uk/prometheus-chart-fix

fix(chart): fixes a compatibility issue with the Helm Chart and Prometheus v3.0+
This commit is contained in:
Sanskar Jaiswal
2026-03-09 20:03:47 +05:30
committed by GitHub

View File

@@ -233,7 +233,7 @@ spec:
image: {{ .Values.prometheus.image }}
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention={{ .Values.prometheus.retention }}'
- '--storage.tsdb.retention.time={{ .Values.prometheus.retention }}'
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
- containerPort: 9090