File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
cluster/addons/fluentd-elasticsearch Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,22 +45,22 @@ roleRef:
45
45
apiVersion : apps/v1
46
46
kind : DaemonSet
47
47
metadata :
48
- name : fluentd-es-v2.5.1
48
+ name : fluentd-es-v2.5.2
49
49
namespace : kube-system
50
50
labels :
51
51
k8s-app : fluentd-es
52
- version : v2.5.1
52
+ version : v2.5.2
53
53
addonmanager.kubernetes.io/mode : Reconcile
54
54
spec :
55
55
selector :
56
56
matchLabels :
57
57
k8s-app : fluentd-es
58
- version : v2.5.1
58
+ version : v2.5.2
59
59
template :
60
60
metadata :
61
61
labels :
62
62
k8s-app : fluentd-es
63
- version : v2.5.1
63
+ version : v2.5.2
64
64
# This annotation ensures that fluentd does not get evicted if the node
65
65
# supports critical pod annotation based priority scheme.
66
66
# Note that this does not guarantee admission on the nodes (#40573).
72
72
serviceAccountName : fluentd-es
73
73
containers :
74
74
- name : fluentd-es
75
- image : gcr.io/fluentd-elasticsearch/fluentd:v2.5.1
75
+ image : gcr.io/fluentd-elasticsearch/fluentd:v2.5.2
76
76
env :
77
77
- name : FLUENTD_ARGS
78
78
value : --no-supervisor -q
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
gem 'activesupport' , '~>5.2.2'
4
- gem 'fluentd' , '<=1.4.1 '
4
+ gem 'fluentd' , '<=1.4.2 '
5
5
gem 'fluent-plugin-concat' , '~>2.3.0'
6
6
gem 'fluent-plugin-detect-exceptions' , '~>0.0.12'
7
- gem 'fluent-plugin-elasticsearch' , '~>3.3 .3'
7
+ gem 'fluent-plugin-elasticsearch' , '~>3.4 .3'
8
8
gem 'fluent-plugin-kubernetes_metadata_filter' , '~>2.1.6'
9
9
gem 'fluent-plugin-multi-format-parser' , '~>1.0.0'
10
10
gem 'fluent-plugin-prometheus' , '~>1.3.0'
11
11
gem 'fluent-plugin-systemd' , '~>1.0.2'
12
- gem 'oj' , '~>3.7.9 '
12
+ gem 'oj' , '~>3.7.12 '
Original file line number Diff line number Diff line change 16
16
17
17
PREFIX = gcr.io/fluentd-elasticsearch
18
18
IMAGE = fluentd
19
- TAG = v2.5.1
19
+ TAG = v2.5.2
20
20
21
21
build :
22
22
gcloud builds submit --tag $(PREFIX ) /$(IMAGE ) :$(TAG )
You can’t perform that action at this time.
0 commit comments