mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
updated fluentd to 1.6.3
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
bd6eaa5e7f
commit
ca9424dd2a
@ -1,12 +1,12 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'activesupport', '~>5.2.3'
|
||||
gem 'fluentd', '<=1.5.1'
|
||||
gem 'fluent-plugin-concat', '~>2.3.0'
|
||||
gem 'fluentd', '<=1.6.3'
|
||||
gem 'fluent-plugin-concat', '~>2.4.0'
|
||||
gem 'fluent-plugin-detect-exceptions', '~>0.0.12'
|
||||
gem 'fluent-plugin-elasticsearch', '~>3.5.2'
|
||||
gem 'fluent-plugin-elasticsearch', '~>3.5.3'
|
||||
gem 'fluent-plugin-kubernetes_metadata_filter', '~>2.2.0'
|
||||
gem 'fluent-plugin-multi-format-parser', '~>1.0.0'
|
||||
gem 'fluent-plugin-prometheus', '~>1.4.0'
|
||||
gem 'fluent-plugin-systemd', '~>1.0.2'
|
||||
gem 'oj', '~>3.7.12'
|
||||
gem 'oj', '~>3.8.1'
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
PREFIX = quay.io/fluentd_elasticsearch
|
||||
IMAGE = fluentd
|
||||
TAG = v2.6.0
|
||||
TAG = v2.7.0
|
||||
|
||||
build:
|
||||
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
||||
|
Loading…
Reference in New Issue
Block a user