File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
cluster/addons/fluentd-elasticsearch/fluentd-es-image Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'activesupport' , '6.0.3.2 '
4
- gem 'fluentd' , '1.11.1 '
3
+ gem 'activesupport' , '6.0.3.3 '
4
+ gem 'fluentd' , '1.11.3 '
5
5
gem 'fluent-plugin-concat' , '2.4.0'
6
6
gem 'fluent-plugin-detect-exceptions' , '0.0.13'
7
- gem 'fluent-plugin-elasticsearch' , '4.1 .0'
7
+ gem 'fluent-plugin-elasticsearch' , '4.2 .0'
8
8
gem 'fluent-plugin-kubernetes_metadata_filter' , '2.5.2'
9
9
gem 'fluent-plugin-multi-format-parser' , '1.0.0'
10
- gem 'fluent-plugin-prometheus' , '1.8.2 '
10
+ gem 'fluent-plugin-prometheus' , '1.8.4 '
11
11
gem 'fluent-plugin-systemd' , '1.0.2'
12
- gem 'oj' , '3.10.7'
12
+ gem 'oj' , '3.10.14'
13
+
Original file line number Diff line number Diff line change 16
16
17
17
PREFIX = quay.io/fluentd_elasticsearch
18
18
IMAGE = fluentd
19
- TAG = v3.0.4
19
+ TAG = v3.0.5
20
20
21
21
build :
22
22
docker build --tag ${PREFIX} /${IMAGE} :${TAG} .
You can’t perform that action at this time.
0 commit comments