[bitnami/kube-prometheus] Fix typo in prometheus.yaml (#4489)

* Update prometheus.yaml

Fix resources value typo in prometheus.yaml

* Update Chart.yaml

Increment version
This commit is contained in:
Reed Palmer
2020-11-25 18:05:11 -05:00
committed by GitHub
parent 17d7250fba
commit 59b4f5d7a2
2 changed files with 2 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-prometheus
- https://github.com/bitnami/bitnami-docker-alertmanager
- https://github.com/prometheus-operator/kube-prometheus
version: 3.1.0
version: 3.1.1

View File

@@ -70,7 +70,7 @@ spec:
evaluationInterval: {{ .Values.prometheus.evaluationInterval }}
{{- end }}
{{- if .Values.prometheus.resources }}
resources: {{- toYaml .Values.prometeheus.resources | nindent 4 }}
resources: {{- toYaml .Values.prometheus.resources | nindent 4 }}
{{- end }}
retention: {{ .Values.prometheus.retention }}
{{- if .Values.prometheus.retentionSize }}