mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/fluent-bit] upgrade to fluent-bit v1.1.3 (#14995)
* [stable/fluent-bit] upgrade to fluent-bit v1.1.3 Signed-off-by: Asher Foa <asher@asherfoa.com> * Use https in links. Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
af9ef1c999
commit
1f8a85be9d
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: fluent-bit
|
||||
version: 2.0.5
|
||||
appVersion: 1.1.2
|
||||
version: 2.0.6
|
||||
appVersion: 1.1.3
|
||||
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
|
||||
keywords:
|
||||
- logging
|
||||
@@ -9,9 +9,9 @@ keywords:
|
||||
- fluent
|
||||
- fluentd
|
||||
sources:
|
||||
- http://fluentbit.io
|
||||
icon: http://fluentbit.io/assets/img/logo1-default.png
|
||||
home: http://fluentbit.io
|
||||
- https://fluentbit.io
|
||||
icon: https://fluentbit.io/assets/img/logo1-default.png
|
||||
home: https://fluentbit.io
|
||||
maintainers:
|
||||
- name: kfox1111
|
||||
email: Kevin.Fox@pnnl.gov
|
||||
|
||||
@@ -98,7 +98,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
|
||||
| `filter.kubeTagPrefix` | Optional tag prefix used by Tail | `kube.var.log.containers.` |
|
||||
| `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.6` |
|
||||
| `image.fluent_bit.tag` | Image tag | `1.1.3` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `nameOverride` | Override name of app | `nil` |
|
||||
| `fullnameOverride` | Override full name of app | `nil` |
|
||||
|
||||
@@ -5,7 +5,7 @@ on_minikube: false
|
||||
image:
|
||||
fluent_bit:
|
||||
repository: fluent/fluent-bit
|
||||
tag: 1.1.2
|
||||
tag: 1.1.3
|
||||
pullPolicy: Always
|
||||
|
||||
testFramework:
|
||||
|
||||
Reference in New Issue
Block a user