mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
updated fluentd and all plugins
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
b2730aa483
commit
6c7776bbe0
@ -1,12 +1,13 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'activesupport', '6.0.3.2'
|
||||
gem 'fluentd', '1.11.1'
|
||||
gem 'activesupport', '6.0.3.3'
|
||||
gem 'fluentd', '1.11.3'
|
||||
gem 'fluent-plugin-concat', '2.4.0'
|
||||
gem 'fluent-plugin-detect-exceptions', '0.0.13'
|
||||
gem 'fluent-plugin-elasticsearch', '4.1.0'
|
||||
gem 'fluent-plugin-elasticsearch', '4.2.0'
|
||||
gem 'fluent-plugin-kubernetes_metadata_filter', '2.5.2'
|
||||
gem 'fluent-plugin-multi-format-parser', '1.0.0'
|
||||
gem 'fluent-plugin-prometheus', '1.8.2'
|
||||
gem 'fluent-plugin-prometheus', '1.8.4'
|
||||
gem 'fluent-plugin-systemd', '1.0.2'
|
||||
gem 'oj', '3.10.7'
|
||||
gem 'oj', '3.10.14'
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
PREFIX = quay.io/fluentd_elasticsearch
|
||||
IMAGE = fluentd
|
||||
TAG = v3.0.4
|
||||
TAG = v3.0.5
|
||||
|
||||
build:
|
||||
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
||||
|
Loading…
Reference in New Issue
Block a user