From 36cce446c4eff55b21fa7b4784dcda7fe5ed39d2 Mon Sep 17 00:00:00 2001 From: Jan Steffen Date: Tue, 10 Sep 2019 18:08:54 +0200 Subject: [PATCH] [stable/prometheus-operator] walCompression of wrong type (#17046) * Bump chart to version 6.9.3 Signed-off-by: jan.steffen * Remove quoting of walCompression in prometheus spec Signed-off-by: jan.steffen Signed-off-by: Marius Voila --- stable/prometheus-operator/Chart.yaml | 2 +- .../templates/prometheus-operator/crd-prometheus.yaml | 2 +- stable/prometheus-operator/templates/prometheus/prometheus.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 2f630f9d19c1..78f7041a39b7 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -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: diff --git a/stable/prometheus-operator/templates/prometheus-operator/crd-prometheus.yaml b/stable/prometheus-operator/templates/prometheus-operator/crd-prometheus.yaml index 53d5cb4b9f54..a0e30d33995b 100644 --- a/stable/prometheus-operator/templates/prometheus-operator/crd-prometheus.yaml +++ b/stable/prometheus-operator/templates/prometheus-operator/crd-prometheus.yaml @@ -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 diff --git a/stable/prometheus-operator/templates/prometheus/prometheus.yaml b/stable/prometheus-operator/templates/prometheus/prometheus.yaml index 46a630959443..5954a42c917c 100644 --- a/stable/prometheus-operator/templates/prometheus/prometheus.yaml +++ b/stable/prometheus-operator/templates/prometheus/prometheus.yaml @@ -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 }}