File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The following tables lists the configurable parameters of the logging-operator-l
2727| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
2828| ` fluentbit.podPriorityClassName ` | Priority class name for fluentbit pods | none |
2929| ` fluentd.enabled ` | Install fluentd | true |
30- | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.12.4 -alpine-4 ` |
30+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.13.3 -alpine-1 ` |
3131| ` fluentd.image.repository ` | Fluentd container image repository | ` ghcr.io/banzaicloud/fluentd ` |
3232| ` fluentd.image.pullPolicy ` | Fluentd container pull policy | ` IfNotPresent ` |
3333| ` fluentd.volumeModImage.tag ` | Fluentd volumeModImage container image tag | ` latest ` |
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The following tables lists the configurable parameters of the logging-operator-l
116116| ` fluentbit.image.repository ` | Fluentbit container image repository | ` fluent/fluent-bit ` |
117117| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
118118| ` fluentd.enabled ` | Install fluentd | true |
119- | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.12.4 -alpine-4 ` |
119+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.13.3 -alpine-1 ` |
120120| ` fluentd.image.repository ` | Fluentd container image repository | ` ghcr.io/banzaicloud/fluentd ` |
121121| ` fluentd.image.pullPolicy ` | Fluentd container pull policy | ` IfNotPresent ` |
122122| ` fluentd.volumeModImage.tag ` | Fluentd volumeModImage container image tag | ` latest ` |
Original file line number Diff line number Diff line change 11FROM alpine:3.14
2- LABEL Description="Fluentd docker image" Vendor="Banzai Cloud" Version="1.13.1 "
2+ LABEL Description="Fluentd docker image" Vendor="Banzai Cloud" Version="1.13.3 "
33
44# Do not split this into multiple RUN!
55# Docker creates a layer for every RUN-Statement
@@ -27,7 +27,7 @@ RUN apk update \
2727 && gem install json -v 2.5.1 \
2828 && gem install async-http -v 0.56.3 \
2929 && gem install ext_monitor -v 0.1.2 \
30- && gem install fluentd -v 1.13.1 \
30+ && gem install fluentd -v 1.13.3 \
3131 && gem install prometheus-client -v 2.1.0 \
3232 && gem install bigdecimal -v 1.4.4 \
3333 && gem install webrick \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const (
116116 DefaultFluentbitImageRepository = "fluent/fluent-bit"
117117 DefaultFluentbitImageTag = "1.8.5"
118118 DefaultFluentdImageRepository = "ghcr.io/banzaicloud/fluentd"
119- DefaultFluentdImageTag = "v1.12.4 -alpine-4 "
119+ DefaultFluentdImageTag = "v1.13.3 -alpine-1 "
120120 DefaultFluentdBufferStorageVolumeName = "fluentd-buffer"
121121 DefaultFluentdDrainWatchImageRepository = "ghcr.io/banzaicloud/fluentd-drain-watch"
122122 DefaultFluentdDrainWatchImageTag = "v0.0.1"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ type _docPrometheus interface{}
3030
3131// +name:"Prometheus"
3232// +url:"https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin"
33- // +version:"2.0.1 "
33+ // +version:"2.0.2 "
3434// +description:"Prometheus Filter Plugin to count Incoming Records"
3535// +status:"GA"
3636type _metaPrometheus interface {}
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ type _hugoElasticsearch interface{}
4444type _docElasticsearch interface {}
4545
4646// +name:"Elasticsearch"
47- // +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v5.0.5 "
48- // +version:"5.0.5 "
47+ // +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v5.1.0 "
48+ // +version:"5.1.0 "
4949// +description:"Send your logs to Elasticsearch"
5050// +status:"GA"
5151type _metaElasticsearch interface {}
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ type _hugoKafka interface{}
4545type _docKafka interface {}
4646
4747// +name:"Kafka"
48- // +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.16.3 "
49- // +version:"0.16.3 "
48+ // +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.17.0 "
49+ // +version:"0.17.0 "
5050// +description:"Send your logs to Kafka"
5151// +status:"GA"
5252type _metaKafka interface {}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ type _docNewRelic interface{}
4242
4343// +name:"NewRelic Logs"
4444// +url:"https://github.com/newrelic/newrelic-fluentd-output"
45- // +version:"1.2.0 "
45+ // +version:"1.2.1 "
4646// +description:"Send logs to New Relic Logs"
4747// +status:"GA"
4848type _metaNewRelic interface {}
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ type _hugoS3 interface{}
5555type _docS3 interface {}
5656
5757// +name:"Amazon S3"
58- // +url:"https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.6.0 "
59- // +version:"1.6.0 "
58+ // +url:"https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.6.1 "
59+ // +version:"1.6.1 "
6060// +description:"Store logs in Amazon S3"
6161// +status:"GA"
6262type _metaS3 interface {}
You can’t perform that action at this time.
0 commit comments