diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index 31e7862c9258..5bde4e098101 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,6 +1,6 @@ name: fluent-bit -version: 1.9.0 -appVersion: 1.0.5 +version: 1.9.1 +appVersion: 1.0.6 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 8b91bc184573..5608ffd6a590 100644 --- a/stable/fluent-bit/README.md +++ b/stable/fluent-bit/README.md @@ -97,7 +97,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an | `filter.kubeTag` | Optional top-level tag for matching in filter | `kube` | | `filter.mergeJSONLog` | If the log field content is a JSON string map, append the map fields as part of the log structure | `true` | | `image.fluent_bit.repository` | Image | `fluent/fluent-bit` | -| `image.fluent_bit.tag` | Image tag | `1.0.5` | +| `image.fluent_bit.tag` | Image tag | `1.0.6` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `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 e55083747e15..47701397f3a1 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.0.5 + tag: 1.0.6 pullPolicy: IfNotPresent testFramework: