Skip to content

Commit

Permalink
Update Fluent Bit to version 1.9.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger authored Mar 28, 2022
1 parent 66be677 commit 8e4f109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
## Unreleased

- [#28](https://github.com/kobsio/klogs/pull/28): Add Filebeat as alternative to Fluent Bit.
- [#29](https://github.com/kobsio/klogs/pull/29): Update Fluent Bit to version 1.9.1.

## [v0.8.0](https://github.com/kobsio/klogs/releases/tag/v0.8.0) (2022-03-09)

Expand Down
2 changes: 1 addition & 1 deletion cluster/fluent-bit/ingester/fluent-bit-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: fluent-bit
serviceAccount: fluent-bit
containers:
- image: fluent/fluent-bit:1.8.13
- image: fluent/fluent-bit:1.9.1
imagePullPolicy: IfNotPresent
name: fluent-bit
ports:
Expand Down
2 changes: 1 addition & 1 deletion cmd/plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN go mod download
COPY . .
RUN make build-plugin

FROM fluent/fluent-bit:1.8.13
FROM fluent/fluent-bit:1.9.1
COPY --from=build /root/out_clickhouse.so /fluent-bit/bin/
EXPOSE 2020
CMD ["/fluent-bit/bin/fluent-bit", "--plugin", "/fluent-bit/bin/out_clickhouse.so", "--config", "/fluent-bit/etc/fluent-bit.conf"]

0 comments on commit 8e4f109

Please sign in to comment.