bump fluen-bit to 1.0.2 (#10578)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2019-01-14 13:26:57 -08:00
committed by Kubernetes Prow Robot
parent 36dffd2a82
commit 00a84538d7
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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` |
+2 -2
View File
@@ -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: