From 2f29dc7cf67596c89f636b4c2c1922b430291c3f Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Thu, 26 Jul 2018 21:26:57 +0200 Subject: [PATCH] stable/fluent-bit: Fix `http` backend configuration (#6713) Fixes: #6671 See: https://github.com/kubernetes/charts/issues/6671 See: 7da6e88d13b6d01559771dfca5da6185c23f6582 See: https://github.com/kubernetes/charts/commit/7da6e88d13b6d01559771dfca5da6185c23f6582 See: #5398 See: https://github.com/kubernetes/charts/pull/5398 --- stable/fluent-bit/Chart.yaml | 2 +- stable/fluent-bit/values.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index 5d07e3cd77..cf2b5ad091 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,5 +1,5 @@ name: fluent-bit -version: 0.6.0 +version: 0.7.0 appVersion: 0.13.0 description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX keywords: diff --git a/stable/fluent-bit/values.yaml b/stable/fluent-bit/values.yaml index 4d1dd98b99..fdacc15ca5 100644 --- a/stable/fluent-bit/values.yaml +++ b/stable/fluent-bit/values.yaml @@ -42,13 +42,6 @@ backend: # TLS debugging levels = 1-5 tls_debug: 1 -parsers: - ## List the respective parsers in key: value format per entry - ## Regex required fields are name and regex. JSON required field - ## is name. - regex: [] - json: [] - ## ## Ref: http://fluentbit.io/documentation/current/output/http.html ## @@ -60,6 +53,13 @@ parsers: ## Can be either 'msgpack' or 'json' format: msgpack +parsers: + ## List the respective parsers in key: value format per entry + ## Regex required fields are name and regex. JSON required field + ## is name. + regex: [] + json: [] + env: [] ## Annotations to add to the DaemonSet's Pods