mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
bump fluen-bit to 1.0.2 (#10578)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
36dffd2a82
commit
00a84538d7
@@ -1,6 +1,6 @@
|
||||
name: fluent-bit
|
||||
version: 1.3.0
|
||||
appVersion: 1.0.1
|
||||
version: 1.3.2
|
||||
appVersion: 1.0.2
|
||||
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
|
||||
keywords:
|
||||
- logging
|
||||
|
||||
@@ -94,8 +94,8 @@ 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.1` |
|
||||
| `image.pullPolicy` | Image pull policy | `Always` |
|
||||
| `image.fluent_bit.tag` | Image tag | `1.0.2` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify image pull secrets | `nil` |
|
||||
| `input.tail.memBufLimit` | Specify Mem_Buf_Limit in tail input | `5MB` |
|
||||
| `input.tail.path` | Specify log file(s) through the use of common wildcards. | `/var/log/containers/*.log` |
|
||||
|
||||
@@ -5,8 +5,8 @@ on_minikube: false
|
||||
image:
|
||||
fluent_bit:
|
||||
repository: fluent/fluent-bit
|
||||
tag: 1.0.1
|
||||
pullPolicy: Always
|
||||
tag: 1.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# When enabled, exposes json and prometheus metrics on {{ .Release.Name }}-metrics service
|
||||
metrics:
|
||||
|
||||
Reference in New Issue
Block a user