-
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.
FEAT - Update fluentd image to 1.16.2 (#327)
* FEAT - Update fluentd image to 1.16.2 * FEAT - Update Fluentd Helm chart to use new image
- Loading branch information
1 parent
b71fd5e
commit c8761a3
Showing
6 changed files
with
15 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
ARG IMAGE_VERSION=v1.15.2-debian-forward-1.0 | ||
ARG IMAGE_VERSION=v1.16.2-debian-forward-1.1 | ||
FROM fluent/fluentd-kubernetes-daemonset:${IMAGE_VERSION} | ||
|
||
# Image description labels | ||
LABEL Description="Multi-Arch FluentD image for Coralogix integration" \ | ||
Vendor="Coralogix Inc." \ | ||
Version="1.0.0" \ | ||
Version="1.16.2" \ | ||
Maintainer="Coralogix Inc. <[email protected]>" | ||
|
||
# Change user | ||
USER root | ||
|
||
# Installing dependencies and plugins | ||
RUN gem install elasticsearch -v 7.13 | ||
RUN gem install elasticsearch -v 8.11 | ||
|
||
RUN gem install fluent-plugin-coralogix \ | ||
fluent-plugin-parser-cri \ | ||
|
@@ -22,5 +22,5 @@ RUN gem install fluent-plugin-coralogix \ | |
fluent-plugin-elasticsearch | ||
|
||
|
||
RUN gem install fluent-plugin-kubernetes_metadata_filter -v 2.11.1 | ||
RUN gem install fluent-plugin-prometheus -v 2.0.3 | ||
RUN gem install fluent-plugin-kubernetes_metadata_filter -v 3.4.0 | ||
RUN gem install fluent-plugin-prometheus -v 2.1.0 |
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.2 |
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