Skip to content

Commit 16df382

Browse files
authored
Upgrade fluentbit chart to v0.0.6 (#489)
- Upgrade 'fluent-bit-output' image to 0.6.0 - Upgrade fluent-bit to v3.0.4.
1 parent 803129e commit 16df382

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

charts/fluentbit/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ keywords:
66
- fluent-bit
77
- fluentd
88
type: application
9-
version: 0.0.5
10-
appVersion: 0.4.1
9+
version: 0.0.6
10+
appVersion: 0.6.0
1111
sources:
1212
- https://github.com/logzio/logzio-helm
1313
- https://github.com/fluent/fluent-bit/

charts/fluentbit/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.tain
9090
9191
9292
## Change log
93+
* 0.0.6 - Upgrade 'fluent-bit-output' image to 0.6.0
94+
- Upgrade fluent-bit to v3.0.4.
9395
* 0.0.5 - Upgrade docker image to 0.4.1
9496
* Trim the compiler build path from stack traces.
9597
* Add timestamp decode support for new fluentbit versions.

charts/fluentbit/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ replicaCount: 1
1212
image:
1313
repository: logzio/fluent-bit-output
1414
# Overrides the image tag whose default is {{ .Chart.AppVersion }}
15-
tag: "0.4.1"
15+
tag: "0.6.0"
1616
pullPolicy: Always
1717

1818
testFramework:

0 commit comments

Comments
 (0)