mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/fluent-bit] Upgrade fluentbit to 1.3.2 (#18328)
* Update to 1.3.2 Signed-off-by: --replace-all <matthieu.paret@lifen.fr> * Fix readme Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
454805e0e1
commit
03122602ae
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: fluent-bit
|
||||
version: 2.7.3
|
||||
appVersion: 1.2.2
|
||||
version: 2.8.0
|
||||
appVersion: 1.3.2
|
||||
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
|
||||
keywords:
|
||||
- logging
|
||||
|
||||
@@ -110,7 +110,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
|
||||
| `filter.mergeJSONLog` | If the log field content is a JSON string map, append the map fields as part of the log structure | `true` |
|
||||
| `filter.mergeLogKey` | If set, append the processed log keys under a new root key specified by this variable. | `nil` |
|
||||
| `image.fluent_bit.repository` | Image | `fluent/fluent-bit` |
|
||||
| `image.fluent_bit.tag` | Image tag | `1.2.2` |
|
||||
| `image.fluent_bit.tag` | Image tag | `1.3.2` |
|
||||
| `image.pullPolicy` | Image pull policy | `Always` |
|
||||
| `nameOverride` | Override name of app | `nil` |
|
||||
| `fullnameOverride` | Override full name of app | `nil` |
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
release: {{ .Release.Name }}
|
||||
data:
|
||||
fluent-bit-service.conf: |-
|
||||
fluent-bit-service.conf: |
|
||||
[SERVICE]
|
||||
Flush {{ .Values.service.flush }}
|
||||
Daemon Off
|
||||
@@ -24,7 +24,7 @@ data:
|
||||
HTTP_Port 2020
|
||||
{{- end }}
|
||||
|
||||
fluent-bit-input.conf: |-
|
||||
fluent-bit-input.conf: |
|
||||
[INPUT]
|
||||
Name tail
|
||||
Path {{ .Values.input.tail.path }}
|
||||
@@ -52,7 +52,7 @@ data:
|
||||
{{- end }}
|
||||
{{ .Values.extraEntries.input | indent 8 }}
|
||||
|
||||
fluent-bit-filter.conf: |-
|
||||
fluent-bit-filter.conf: |
|
||||
[FILTER]
|
||||
Name kubernetes
|
||||
Match {{ .Values.filter.kubeTag }}.*
|
||||
@@ -76,7 +76,7 @@ data:
|
||||
{{- end }}
|
||||
{{ .Values.extraEntries.filter | indent 8 }}
|
||||
|
||||
fluent-bit-output.conf: |-
|
||||
fluent-bit-output.conf: |
|
||||
{{ if eq .Values.backend.type "test" }}
|
||||
[OUTPUT]
|
||||
Name file
|
||||
@@ -176,10 +176,10 @@ data:
|
||||
{{ .Values.extraEntries.output | indent 8 }}
|
||||
|
||||
|
||||
fluent-bit.conf: |-
|
||||
fluent-bit.conf: |
|
||||
{{ .Values.rawConfig | indent 4 }}
|
||||
|
||||
parsers.conf: |-
|
||||
parsers.conf: |
|
||||
{{- if .Values.parsers.regex }}
|
||||
{{- range .Values.parsers.regex }}
|
||||
[PARSER]
|
||||
|
||||
@@ -5,7 +5,7 @@ on_minikube: false
|
||||
image:
|
||||
fluent_bit:
|
||||
repository: fluent/fluent-bit
|
||||
tag: 1.2.2
|
||||
tag: 1.3.2
|
||||
pullPolicy: Always
|
||||
|
||||
testFramework:
|
||||
|
||||
Reference in New Issue
Block a user