Skip to content

Commit

Permalink
upgrade fluent-bit (helm#9827)
Browse files Browse the repository at this point in the history
* upgrade fluent-bit

Signed-off-by: David J. M. Karlsen <[email protected]>

* bump version

Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored and k8s-ci-robot committed Dec 12, 2018
1 parent dfaee2c commit 3763061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluent-bit
version: 1.0.1
appVersion: 0.14.8
version: 1.0.2
appVersion: 0.14.9
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
- logging
Expand Down
2 changes: 1 addition & 1 deletion stable/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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 | `0.14.8` |
| `image.fluent_bit.tag` | Image tag | `0.14.9` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.pullSecrets` | Specify image pull secrets | `nil` |
| `input.tail.memBufLimit` | Specify Mem_Buf_Limit in tail input | `5MB` |
Expand Down
2 changes: 1 addition & 1 deletion stable/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on_minikube: false
image:
fluent_bit:
repository: fluent/fluent-bit
tag: 0.14.8
tag: 0.14.9
pullPolicy: Always

# When enabled, exposes json and prometheus metrics on {{ .Release.Name }}-metrics service
Expand Down

0 comments on commit 3763061

Please sign in to comment.