Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

[stable/fluent-bit] Update fluent-bit to 1.0.6 #12617

Merged
merged 1 commit into from
Mar 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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