Skip to content

Commit

Permalink
Upgrade fluentbit chart to v0.0.6 (#489)
Browse files Browse the repository at this point in the history
- Upgrade 'fluent-bit-output' image to 0.6.0
  - Upgrade fluent-bit to v3.0.4.
  • Loading branch information
ralongit authored May 26, 2024
1 parent 803129e commit 16df382
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/fluentbit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ keywords:
- fluent-bit
- fluentd
type: application
version: 0.0.5
appVersion: 0.4.1
version: 0.0.6
appVersion: 0.6.0
sources:
- https://github.com/logzio/logzio-helm
- https://github.com/fluent/fluent-bit/
Expand Down
2 changes: 2 additions & 0 deletions charts/fluentbit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.tain
## Change log
* 0.0.6 - Upgrade 'fluent-bit-output' image to 0.6.0
- Upgrade fluent-bit to v3.0.4.
* 0.0.5 - Upgrade docker image to 0.4.1
* Trim the compiler build path from stack traces.
* Add timestamp decode support for new fluentbit versions.
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1
image:
repository: logzio/fluent-bit-output
# Overrides the image tag whose default is {{ .Chart.AppVersion }}
tag: "0.4.1"
tag: "0.6.0"
pullPolicy: Always

testFramework:
Expand Down

0 comments on commit 16df382

Please sign in to comment.