File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: elastic-stack
2
2
3
3
services :
4
4
elasticsearch :
5
- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.2
5
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.4
6
6
container_name : elasticsearch
7
7
ports :
8
8
- 9200:9200
@@ -38,7 +38,7 @@ services:
38
38
depends_on :
39
39
elasticsearch :
40
40
condition : service_healthy
41
- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.2
41
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.4
42
42
container_name : elasticsearch_settings
43
43
restart : ' no'
44
44
# gen-ai assistants in kibana save state in a way that requires system
@@ -53,7 +53,7 @@ services:
53
53
'
54
54
55
55
kibana :
56
- image : docker.elastic.co/kibana/kibana:8.17.2
56
+ image : docker.elastic.co/kibana/kibana:8.17.4
57
57
container_name : kibana
58
58
depends_on :
59
59
elasticsearch_settings :
@@ -77,7 +77,7 @@ services:
77
77
interval : 1s
78
78
79
79
apm-server :
80
- image : docker.elastic.co/apm/apm-server:8.17.2
80
+ image : docker.elastic.co/apm/apm-server:8.17.4
81
81
container_name : apm-server
82
82
depends_on :
83
83
elasticsearch :
Original file line number Diff line number Diff line change 33
33
spec :
34
34
containers :
35
35
- name : elasticsearch
36
- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.2
36
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.4
37
37
ports :
38
38
- containerPort : 9200
39
39
env :
@@ -102,7 +102,7 @@ spec:
102
102
# gen-ai assistants in kibana save state in a way that requires system
103
103
# access, so set kibana_system's password to a known value.
104
104
- name : setup-kibana-system-user
105
- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.2
105
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.4
106
106
command :
107
107
- bash
108
108
- -c
@@ -114,7 +114,7 @@ spec:
114
114
-H "Content-Type: application/json" | grep -q "^{}"; do sleep 5; done;
115
115
containers :
116
116
- name : kibana
117
- image : docker.elastic.co/kibana/kibana:8.17.2
117
+ image : docker.elastic.co/kibana/kibana:8.17.4
118
118
ports :
119
119
- containerPort : 5601
120
120
env :
@@ -172,7 +172,7 @@ spec:
172
172
spec :
173
173
initContainers :
174
174
- name : await-kibana
175
- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.2
175
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.4
176
176
command :
177
177
- bash
178
178
- -xc
@@ -181,7 +181,7 @@ spec:
181
181
until curl --max-time 1 -s http://kibana.default.svc:5601/api/status | grep -q 'available'; do sleep 1; done;
182
182
containers :
183
183
- name : apm-server
184
- image : docker.elastic.co/apm/apm-server:8.17.2
184
+ image : docker.elastic.co/apm/apm-server:8.17.4
185
185
command :
186
186
- apm-server
187
187
- -E
You can’t perform that action at this time.
0 commit comments