[stable/prometheus-operator] walCompression of wrong type (#17046)

* Bump chart to version 6.9.3

Signed-off-by: jan.steffen <jan.steffen@figo.io>

* Remove quoting of walCompression in prometheus spec

Signed-off-by: jan.steffen <jan.steffen@figo.io>
This commit is contained in:
Jan Steffen
2019-09-10 09:08:54 -07:00
committed by Kubernetes Prow Robot
parent 3a1946ebaf
commit 7bdb9fb4d9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ name: prometheus-operator
sources:
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 6.9.2
version: 6.9.3
appVersion: 0.32.0
home: https://github.com/coreos/prometheus-operator
keywords:
@@ -2440,7 +2440,7 @@ spec:
type: string
walCompression:
description: Enable compression of the write-ahead log using Snappy.
type: bool
type: boolean
routePrefix:
description: The route prefix Prometheus registers HTTP handlers for.
This is useful, if using ExternalURL and a proxy is rewriting HTTP
@@ -71,7 +71,7 @@ spec:
retentionSize: {{ .Values.prometheus.prometheusSpec.retentionSize | quote }}
{{- end }}
{{- if .Values.prometheus.prometheusSpec.walCompression }}
walCompression: {{ .Values.prometheus.prometheusSpec.walCompression | quote }}
walCompression: {{ .Values.prometheus.prometheusSpec.walCompression }}
{{- end }}
{{- if .Values.prometheus.prometheusSpec.routePrefix }}
routePrefix: {{ .Values.prometheus.prometheusSpec.routePrefix | quote }}