Merge pull request #92974 from Ghazgkull/patch-1

Update to version 2.5.1 of the fluent-plugin-kubernetes_metadata_filter
This commit is contained in:
Kubernetes Prow Robot 2020-07-16 02:03:41 -07:00 committed by GitHub
commit 03509f3087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ gem 'fluentd', '1.9.3'
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.4.6'
gem 'fluent-plugin-kubernetes_metadata_filter', '2.5.1'
gem 'fluent-plugin-multi-format-parser', '1.0.0'
gem 'fluent-plugin-prometheus', '1.8.0'
gem 'fluent-plugin-systemd', '1.0.2'

View File

@ -16,7 +16,7 @@
PREFIX = quay.io/fluentd_elasticsearch
IMAGE = fluentd
TAG = v3.0.2
TAG = v3.0.3
build:
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .