diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index 9e79d6a873..074d11a0b0 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: fluent-bit -version: 2.7.3 -appVersion: 1.2.2 +version: 2.8.0 +appVersion: 1.3.2 description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX keywords: - logging diff --git a/stable/fluent-bit/README.md b/stable/fluent-bit/README.md index 0723d65890..b81f54856f 100644 --- a/stable/fluent-bit/README.md +++ b/stable/fluent-bit/README.md @@ -110,7 +110,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an | `filter.mergeJSONLog` | If the log field content is a JSON string map, append the map fields as part of the log structure | `true` | | `filter.mergeLogKey` | If set, append the processed log keys under a new root key specified by this variable. | `nil` | | `image.fluent_bit.repository` | Image | `fluent/fluent-bit` | -| `image.fluent_bit.tag` | Image tag | `1.2.2` | +| `image.fluent_bit.tag` | Image tag | `1.3.2` | | `image.pullPolicy` | Image pull policy | `Always` | | `nameOverride` | Override name of app | `nil` | | `fullnameOverride` | Override full name of app | `nil` | diff --git a/stable/fluent-bit/templates/config.yaml b/stable/fluent-bit/templates/config.yaml index 534002f047..936b5f2189 100644 --- a/stable/fluent-bit/templates/config.yaml +++ b/stable/fluent-bit/templates/config.yaml @@ -9,7 +9,7 @@ metadata: heritage: {{ .Release.Service }} release: {{ .Release.Name }} data: - fluent-bit-service.conf: |- + fluent-bit-service.conf: | [SERVICE] Flush {{ .Values.service.flush }} Daemon Off @@ -24,7 +24,7 @@ data: HTTP_Port 2020 {{- end }} - fluent-bit-input.conf: |- + fluent-bit-input.conf: | [INPUT] Name tail Path {{ .Values.input.tail.path }} @@ -52,7 +52,7 @@ data: {{- end }} {{ .Values.extraEntries.input | indent 8 }} - fluent-bit-filter.conf: |- + fluent-bit-filter.conf: | [FILTER] Name kubernetes Match {{ .Values.filter.kubeTag }}.* @@ -76,7 +76,7 @@ data: {{- end }} {{ .Values.extraEntries.filter | indent 8 }} - fluent-bit-output.conf: |- + fluent-bit-output.conf: | {{ if eq .Values.backend.type "test" }} [OUTPUT] Name file @@ -176,10 +176,10 @@ data: {{ .Values.extraEntries.output | indent 8 }} - fluent-bit.conf: |- + fluent-bit.conf: | {{ .Values.rawConfig | indent 4 }} - parsers.conf: |- + parsers.conf: | {{- if .Values.parsers.regex }} {{- range .Values.parsers.regex }} [PARSER] diff --git a/stable/fluent-bit/values.yaml b/stable/fluent-bit/values.yaml index ff95499797..27f4dc69cc 100644 --- a/stable/fluent-bit/values.yaml +++ b/stable/fluent-bit/values.yaml @@ -5,7 +5,7 @@ on_minikube: false image: fluent_bit: repository: fluent/fluent-bit - tag: 1.2.2 + tag: 1.3.2 pullPolicy: Always testFramework: