mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Update fluent-es-image components for better ES 7.x compatibility
This commit is contained in:
parent
b6174e605f
commit
402eea882d
@ -1,12 +1,12 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'activesupport', '6.0.3.1'
|
||||
gem 'fluentd', '1.9.3'
|
||||
gem 'activesupport', '6.0.3.2'
|
||||
gem 'fluentd', '1.11.1'
|
||||
gem 'fluent-plugin-concat', '2.4.0'
|
||||
gem 'fluent-plugin-detect-exceptions', '0.0.13'
|
||||
gem 'fluent-plugin-elasticsearch', '4.0.9'
|
||||
gem 'fluent-plugin-kubernetes_metadata_filter', '2.5.1'
|
||||
gem 'fluent-plugin-elasticsearch', '4.1.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.0'
|
||||
gem 'fluent-plugin-prometheus', '1.8.2'
|
||||
gem 'fluent-plugin-systemd', '1.0.2'
|
||||
gem 'oj', '3.10.6'
|
||||
gem 'oj', '3.10.7'
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
PREFIX = quay.io/fluentd_elasticsearch
|
||||
IMAGE = fluentd
|
||||
TAG = v3.0.3
|
||||
TAG = v3.0.4
|
||||
|
||||
build:
|
||||
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
||||
|
Loading…
Reference in New Issue
Block a user