mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
co-authored by
David J. M. Karlsen
parent
be2458e368
commit
805a7aa30a
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user