File tree 14 files changed +37
-31
lines changed
build/docker/elasticsearch/8.x
14 files changed +37
-31
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
# (Adding the "ports" property to this file will not forward from a Codespace.)
23
23
24
24
elasticsearch :
25
- image : exceptionless/elasticsearch:8.14.1
25
+ image : exceptionless/elasticsearch:8.15.2
26
26
environment :
27
27
node.name : elasticsearch
28
28
cluster.name : exceptionless
@@ -38,7 +38,7 @@ services:
38
38
kibana :
39
39
depends_on :
40
40
- elasticsearch
41
- image : docker.elastic.co/kibana/kibana:8.14.1
41
+ image : docker.elastic.co/kibana/kibana:8.15.2
42
42
environment :
43
43
xpack.security.enabled : " false"
44
44
ports :
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ ENTRYPOINT ["/app/app-docker-entrypoint.sh"]
99
99
100
100
# completely self-contained
101
101
102
- FROM exceptionless/elasticsearch:8.14.1 AS exceptionless
102
+ FROM exceptionless/elasticsearch:8.15.2 AS exceptionless
103
103
104
104
WORKDIR /app
105
105
COPY --from=job-publish /app/src/Exceptionless.Job/out ./
Original file line number Diff line number Diff line change 1
1
# https://www.docker.elastic.co/
2
- FROM docker.elastic.co/elasticsearch/elasticsearch:8.14.1
2
+ FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.2
3
3
4
4
RUN elasticsearch-plugin install -b mapper-size
5
5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "2.2"
2
2
3
3
services :
4
4
setup :
5
- image : docker.elastic.co/elasticsearch/elasticsearch:8.14.1
5
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.15.2
6
6
volumes :
7
7
- certs:/usr/share/elasticsearch/config/certs
8
8
user : " 0"
@@ -53,7 +53,7 @@ services:
53
53
depends_on :
54
54
setup :
55
55
condition : service_healthy
56
- image : docker.elastic.co/elasticsearch/elasticsearch:8.14.1
56
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.15.2
57
57
volumes :
58
58
- certs:/usr/share/elasticsearch/config/certs
59
59
- esdata:/usr/share/elasticsearch/data
@@ -98,7 +98,7 @@ services:
98
98
depends_on :
99
99
elasticsearch :
100
100
condition : service_healthy
101
- image : docker.elastic.co/kibana/kibana:8.14.1
101
+ image : docker.elastic.co/kibana/kibana:8.15.2
102
102
volumes :
103
103
- certs:/usr/share/kibana/config/certs
104
104
ports :
@@ -124,7 +124,7 @@ services:
124
124
depends_on :
125
125
elasticsearch :
126
126
condition : service_healthy
127
- image : docker.elastic.co/apm/apm-server:8.14.1
127
+ image : docker.elastic.co/apm/apm-server:8.15.2
128
128
volumes :
129
129
- certs:/usr/share/apm-server/certs
130
130
ports :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ services:
50
50
- appdata:/app/storage
51
51
52
52
elasticsearch :
53
- image : exceptionless/elasticsearch:8.14.1
53
+ image : exceptionless/elasticsearch:8.15.2
54
54
environment :
55
55
discovery.type : single-node
56
56
xpack.security.enabled : " false"
@@ -64,7 +64,7 @@ services:
64
64
kibana :
65
65
depends_on :
66
66
- elasticsearch
67
- image : docker.elastic.co/kibana/kibana:8.14.1
67
+ image : docker.elastic.co/kibana/kibana:8.15.2
68
68
ports :
69
69
- 5601:5601
70
70
Original file line number Diff line number Diff line change 1
1
services :
2
2
elasticsearch :
3
- image : exceptionless/elasticsearch:8.14.1
3
+ image : exceptionless/elasticsearch:8.15.2
4
4
environment :
5
5
node.name : elasticsearch
6
6
cluster.name : exceptionless
@@ -16,7 +16,7 @@ services:
16
16
kibana :
17
17
depends_on :
18
18
- elasticsearch
19
- image : docker.elastic.co/kibana/kibana:8.14.1
19
+ image : docker.elastic.co/kibana/kibana:8.15.2
20
20
environment :
21
21
xpack.security.enabled : " false"
22
22
ports :
Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ metadata:
4
4
name : elastic-monitor
5
5
namespace : elastic-system
6
6
spec :
7
- version : 8.14.1
7
+ version : 8.15.2
8
+ podDisruptionBudget :
9
+ spec :
10
+ minAvailable : 2
11
+ selector :
12
+ matchLabels :
13
+ elasticsearch.k8s.elastic.co/cluster-name : elastic-monitor
8
14
nodeSets :
9
15
- name : main
10
16
count : 3
@@ -50,7 +56,7 @@ metadata:
50
56
name : kibana-monitor
51
57
namespace : elastic-system
52
58
spec :
53
- version : 8.14.1
59
+ version : 8.15.2
54
60
count : 1
55
61
elasticsearchRef :
56
62
name : elastic-monitor
@@ -144,7 +150,7 @@ metadata:
144
150
name : fleet-server
145
151
namespace : elastic-system
146
152
spec :
147
- version : 8.14.1
153
+ version : 8.15.2
148
154
kibanaRef :
149
155
name : kibana-monitor
150
156
elasticsearchRefs :
@@ -168,7 +174,7 @@ metadata:
168
174
name : elastic-agent
169
175
namespace : elastic-system
170
176
spec :
171
- version : 8.14.1
177
+ version : 8.15.2
172
178
kibanaRef :
173
179
name : kibana-monitor
174
180
fleetServerRef :
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ metadata:
4
4
name : ex-dev
5
5
namespace : ex-dev
6
6
spec :
7
- version : 8.14.1
8
- image : exceptionless/elasticsearch:8.14.1 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7
+ version : 8.15.2
8
+ image : exceptionless/elasticsearch:8.15.2 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
9
9
secureSettings :
10
10
- secretName : ex-dev-snapshots
11
11
http :
@@ -57,7 +57,7 @@ metadata:
57
57
name : ex-dev
58
58
namespace : ex-dev
59
59
spec :
60
- version : 8.14.1
60
+ version : 8.15.2
61
61
count : 1
62
62
elasticsearchRef :
63
63
name : ex-dev
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ metadata:
4
4
name : ex-prod
5
5
namespace : ex-prod
6
6
spec :
7
- version : 8.14.1
8
- image : exceptionless/elasticsearch:8.14.1 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7
+ version : 8.15.2
8
+ image : exceptionless/elasticsearch:8.15.2 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
9
9
monitoring :
10
10
metrics :
11
11
elasticsearchRefs :
@@ -68,7 +68,7 @@ metadata:
68
68
name : ex-prod
69
69
namespace : ex-prod
70
70
spec :
71
- version : 8.14.1
71
+ version : 8.15.2
72
72
count : 1
73
73
elasticsearchRef :
74
74
name : ex-prod
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ helm upgrade vpa fairwinds-stable/vpa --namespace vpa -f vpa-values.yaml --reset
80
80
# upgrade elasticsearch operator
81
81
# https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html
82
82
# https://github.com/elastic/cloud-on-k8s/releases
83
- kubectl replace -f https:// download.elastic.co/ downloads/ eck/ 2.13 .0 / crds.yaml
84
- kubectl create -f https:// download.elastic.co/ downloads/ eck/ 2.13 .0 / crds.yaml
85
- kubectl apply -f https:// download.elastic.co/ downloads/ eck/ 2.13 .0 / operator.yaml
83
+ kubectl replace -f https:// download.elastic.co/ downloads/ eck/ 2.14 .0 / crds.yaml
84
+ kubectl create -f https:// download.elastic.co/ downloads/ eck/ 2.14 .0 / crds.yaml
85
+ kubectl apply -f https:// download.elastic.co/ downloads/ eck/ 2.14 .0 / operator.yaml
86
86
87
87
# upgrade elasticsearch
88
88
kubectl apply -- namespace ex- prod -f ex- prod- elasticsearch.yaml
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ kubectl config set-context --current --namespace=ex-$ENV
60
60
# setup elasticsearch operator
61
61
# https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html
62
62
# https://github.com/elastic/cloud-on-k8s/releases
63
- kubectl create -f https:// download.elastic.co/ downloads/ eck/ 2.13 .0 / crds.yaml
64
- kubectl apply -f https:// download.elastic.co/ downloads/ eck/ 2.13 .0 / operator.yaml
63
+ kubectl create -f https:// download.elastic.co/ downloads/ eck/ 2.14 .0 / crds.yaml
64
+ kubectl apply -f https:// download.elastic.co/ downloads/ eck/ 2.14 .0 / operator.yaml
65
65
66
66
# view ES operator logs
67
67
kubectl - n elastic- system logs -f statefulset.apps/ elastic- operator
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ elasticsearch:
51
51
connectionString :
52
52
image :
53
53
repository : exceptionless/elasticsearch
54
- tag : 8.14.1
54
+ tag : 8.15.2
55
55
pullPolicy : IfNotPresent
56
56
57
57
redis :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
kibana :
21
21
depends_on :
22
22
- elasticsearch
23
- image : docker.elastic.co/kibana/kibana:8.14.1
23
+ image : docker.elastic.co/kibana/kibana:8.15.2
24
24
ports :
25
25
- 5601:5601
26
26
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ services:
44
44
- ex_appdata:/app/storage
45
45
46
46
elasticsearch :
47
- image : exceptionless/elasticsearch:8.14.1
47
+ image : exceptionless/elasticsearch:8.15.2
48
48
environment :
49
49
discovery.type : single-node
50
50
xpack.security.enabled : " false"
@@ -58,7 +58,7 @@ services:
58
58
kibana :
59
59
depends_on :
60
60
- elasticsearch
61
- image : docker.elastic.co/kibana/kibana:8.14.1
61
+ image : docker.elastic.co/kibana/kibana:8.15.2
62
62
ports :
63
63
- 5601:5601
64
64
You can’t perform that action at this time.
0 commit comments