mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
3a1946ebaf
commit
7bdb9fb4d9
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user