Skip to content

Commit

Permalink
[stable/fluent-bit] Update fluent-bit to 1.0.6 (helm#12617)
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov authored and goshlanguage committed May 17, 2019
1 parent c88e3d0 commit ed4e93d
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.9.0
appVersion: 1.0.5
version: 1.9.1
appVersion: 1.0.6
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 @@ -97,7 +97,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.5` |
| `image.fluent_bit.tag` | Image tag | `1.0.6` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `nil` |
| `fullnameOverride` | Override full name of app | `nil` |
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: 1.0.5
tag: 1.0.6
pullPolicy: IfNotPresent

testFramework:
Expand Down

0 comments on commit ed4e93d

Please sign in to comment.