Updating image (#10877)

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2019-01-24 08:38:40 -08:00
committed by Kubernetes Prow Robot
parent b73bf57fc2
commit 6832667893
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: fluent-bit
version: 1.3.2
appVersion: 1.0.2
version: 1.3.3
appVersion: 1.0.3
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
- logging
+1 -1
View File
@@ -94,7 +94,7 @@ 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.2` |
| `image.fluent_bit.tag` | Image tag | `1.0.3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify image pull secrets | `nil` |
| `input.tail.memBufLimit` | Specify Mem_Buf_Limit in tail input | `5MB` |
+1 -1
View File
@@ -5,7 +5,7 @@ on_minikube: false
image:
fluent_bit:
repository: fluent/fluent-bit
tag: 1.0.2
tag: 1.0.3
pullPolicy: IfNotPresent
# When enabled, exposes json and prometheus metrics on {{ .Release.Name }}-metrics service