Skip to content

Commit

Permalink
Update Fluent Bit to v2.0.9 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger authored Mar 15, 2023
1 parent a6e0244 commit 0399622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:2.0.8
- image: fluent/fluent-bit:2.0.9
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:2.0.8
FROM fluent/fluent-bit:2.0.9
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 0399622

Please sign in to comment.