diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index 9b344d6cbd..8836a4251e 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: fluent-bit -version: 2.8.4 -appVersion: 1.3.2 +version: 2.8.5 +appVersion: 1.3.5 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 4abd7d1cd0..36ecc059b0 100644 --- a/stable/fluent-bit/README.md +++ b/stable/fluent-bit/README.md @@ -119,7 +119,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.3.2` | +| `image.fluent_bit.tag` | Image tag | `1.3.5` | | `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/values.yaml b/stable/fluent-bit/values.yaml index ea0f854d30..8681879c17 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.3.2 + tag: 1.3.5 pullPolicy: Always testFramework: