Skip to content

Commit

Permalink
charts,salt: Bump fluent-bit chart to 0.36.0
Browse files Browse the repository at this point in the history
Bump the fluent-bit chart to 0.36.0 and also bump the fluent-bit image
to 2.1.7

Upgrade fluent-bit chart using:
```
rm -rf charts/fluent-bit
helm repo add fluent https://fluent.github.io/helm-charts
helm repo update
helm fetch -d charts --untar fluent/fluent-bit
```

Re-render fluent-bit salt state using:
```
./doit.sh codegen:chart_fluent-bit
```
  • Loading branch information
TeddyAndrieux committed Jul 19, 2023
1 parent ee598cb commit 3a49a65
Show file tree
Hide file tree
Showing 27 changed files with 1,341 additions and 986 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
[2.8.2](https://github.com/grafana/loki/releases/tag/v2.8.2)
(PR[#4099](https://github.com/scality/metalk8s/pull/4099))

- Bump fluent-bit chart version to
[0.36.0](https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.36.0)
The fluent-bit image has been bumped accordingly to
[2.1.7](https://github.com/fluent/fluent-bit/releases/tag/v2.1.7)
(PR[#4100](https://github.com/scality/metalk8s/pull/4100))


## Release 125.0.6 (In development)


Expand Down
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
),
Image(
name="fluent-bit",
version="2.0.9",
digest="sha256:d370ad358bc8c392d157ed89eaf4555d49041bf86b29a6a8150981d04d286be8",
version="2.1.7",
digest="sha256:78be51c47514817393ed85b37f41960ae74d5b6b84f01298bd87e0b6bda692a1",
),
)

Expand Down
8 changes: 4 additions & 4 deletions charts/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated Fluent Bit image to v2.0.9."
- kind: added
description: "Set fluent-bit binary as command"
apiVersion: v1
appVersion: 2.0.9
appVersion: 2.1.7
description: Fast and lightweight log processor and forwarder or Linux, OSX and BSD
family operating systems.
home: https://fluentbit.io/
Expand All @@ -24,4 +24,4 @@ maintainers:
name: fluent-bit
sources:
- https://github.com/fluent/fluent-bit/
version: 0.24.0
version: 0.36.0
3 changes: 3 additions & 0 deletions charts/fluent-bit/ci/ci-values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
logLevel: debug

dashboards:
enabled: true
Loading

0 comments on commit 3a49a65

Please sign in to comment.