[stable/fluent-bit]: upgrade to Fluent Bit v1.3.5 (#19736)

* [stable/fluent-bit]: upgrade to Fluent Bit v1.3.5

release notes:

https://fluentbit.io/announcements/v1.3.5/

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>

* update readme

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
Eduardo Silva
2019-12-21 18:25:32 -08:00
committed by Kubernetes Prow Robot
co-authored by David J. M. Karlsen
parent be2458e368
commit 805a7aa30a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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: