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