mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Updating image (#10877)
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b73bf57fc2
commit
6832667893
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user