File tree Expand file tree Collapse file tree 4 files changed +13
-18
lines changed
cluster/addons/fluentd-elasticsearch Expand file tree Collapse file tree 4 files changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,4 @@ are a starting point and should not be considered to be production ready.
87
87
If you like to run these tools in a production environment you could use the
88
88
[ Helm] ( https://helm.sh ) charts, provided by the Helm community, which are used
89
89
by a lot of people and therefore are widely tested. You can find them all via the
90
- [ Helm Hub] ( https://hub.helm.sh/ ) .
91
-
92
- The source of the mentioned charts can be found here:
93
-
94
- * [ Elasticsearch] ( https://github.com/helm/charts/tree/master/stable/elasticsearch )
95
- * [ Fluentd-elasticsearch] ( https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch )
96
- * [ Kibana] ( https://github.com/helm/charts/tree/master/stable/kibana )
90
+ [ Helm Hub] ( https://hub.helm.sh/ ) or the [ Artifact hub] ( https://artifacthub.io/ ) .
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
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'activesupport' , '6.0.3.2 '
4
- gem 'fluentd' , '1.11.1 '
3
+ gem 'activesupport' , '6.0.3.3 '
4
+ gem 'fluentd' , '1.11.3 '
5
5
gem 'fluent-plugin-concat' , '2.4.0'
6
6
gem 'fluent-plugin-detect-exceptions' , '0.0.13'
7
- gem 'fluent-plugin-elasticsearch' , '4.1 .0'
7
+ gem 'fluent-plugin-elasticsearch' , '4.2 .0'
8
8
gem 'fluent-plugin-kubernetes_metadata_filter' , '2.5.2'
9
9
gem 'fluent-plugin-multi-format-parser' , '1.0.0'
10
- gem 'fluent-plugin-prometheus' , '1.8.2 '
10
+ gem 'fluent-plugin-prometheus' , '1.8.4 '
11
11
gem 'fluent-plugin-systemd' , '1.0.2'
12
- gem 'oj' , '3.10.7'
12
+ gem 'oj' , '3.10.14'
13
+
Original file line number Diff line number Diff line change 16
16
17
17
PREFIX = quay.io/fluentd_elasticsearch
18
18
IMAGE = fluentd
19
- TAG = v3.0.4
19
+ TAG = v3.0.5
20
20
21
21
build :
22
22
docker build --tag ${PREFIX} /${IMAGE} :${TAG} .
You can’t perform that action at this time.
0 commit comments