Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
bump fluent bit to 3.1.3 (#445)
Browse files Browse the repository at this point in the history
* bump fluent bit to 3.1.3

* use fluent-bit mirror from internal registry
  • Loading branch information
jeffreylimnardy authored Jul 22, 2024
1 parent 71f1ff8 commit 44a3707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-bit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG FLB_VERSION

FROM fluent/fluent-bit:${FLB_VERSION}
FROM europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:${FLB_VERSION}

LABEL source=git@github.com:kyma-project/kyma.git
CMD ["/fluent-bit/bin/fluent-bit", "-c", "/fluent-bit/etc/fluent-bit.conf"]
2 changes: 1 addition & 1 deletion fluent-bit/envs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FLB_VERSION=3.1.1
FLB_VERSION=3.1.3

0 comments on commit 44a3707

Please sign in to comment.