[stable/fluent-bit] update to fluent-bit v1.3.7 (#20768)

Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
Asher Foa
2020-02-16 04:53:27 -08:00
committed by GitHub
parent 273dfac9ef
commit 82a059d2c9
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.8
appVersion: 1.3.5
version: 2.8.9
appVersion: 1.3.7
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
- logging
+1 -1
View File
@@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
| `filter.mergeLogKey` | If set, append the processed log keys under a new root key specified by this variable. | `nil` |
| `filter.useJournal` | If true, the filter reads logs coming in Journald format. | `false` |
| `image.fluent_bit.repository` | Image | `fluent/fluent-bit` |
| `image.fluent_bit.tag` | Image tag | `1.3.5` |
| `image.fluent_bit.tag` | Image tag | `1.3.7` |
| `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.5
tag: 1.3.7
pullPolicy: Always
testFramework: