-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPDATE Upgrade fluentd base image to 1.16.5 (#404)
* UPDATE Upgrade fluentd base image to 1.16.5 * UPGRADE update fluentd deployments to use 1.16.5 * BUG Fix Fluentd manifest deployment README * FEAT Add comment Fluentd k8s README.md
- Loading branch information
1 parent
8083210
commit 0e03cca
Showing
8 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.15.2 | ||
v1.16.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM coralogixrepo/coralogix-fluentd-multiarch:v1.16.3 | ||
FROM coralogixrepo/coralogix-fluentd-multiarch:v1.16.5 | ||
USER root | ||
RUN gem install fluent-plugin-docker_metadata_filter | ||
RUN gem install fluent-plugin-script | ||
RUN apt update && apt install -y curl | ||
COPY fargate.rb /fluentd/etc/ | ||
COPY fargate.rb /fluentd/etc/ | ||
COPY fluent.conf /fluentd/etc/ | ||
COPY firelens.conf /fluentd/etc/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters