File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
cluster/addons/fluentd-elasticsearch Expand file tree Collapse file tree 1 file changed +5
-5
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-v3.0.2
48
+ name : fluentd-es-v3.0.5
49
49
namespace : kube-system
50
50
labels :
51
51
k8s-app : fluentd-es
52
- version : v3.0.2
52
+ version : v3.0.5
53
53
addonmanager.kubernetes.io/mode : Reconcile
54
54
spec :
55
55
selector :
56
56
matchLabels :
57
57
k8s-app : fluentd-es
58
- version : v3.0.2
58
+ version : v3.0.5
59
59
template :
60
60
metadata :
61
61
labels :
62
62
k8s-app : fluentd-es
63
- version : v3.0.2
63
+ version : v3.0.5
64
64
spec :
65
65
securityContext :
66
66
seccompProfile :
69
69
serviceAccountName : fluentd-es
70
70
containers :
71
71
- name : fluentd-es
72
- image : quay.io/fluentd_elasticsearch/fluentd:v3.0.2
72
+ image : quay.io/fluentd_elasticsearch/fluentd:v3.0.5
73
73
env :
74
74
- name : FLUENTD_ARGS
75
75
value : --no-supervisor -q
You can’t perform that action at this time.
0 commit comments