mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/fluent-bit] update to fluent-bit v1.3.7 (#20768)
Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user