File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ configs:
62
62
63
63
services :
64
64
elasticsearch :
65
- image : docker.elastic.co/elasticsearch/elasticsearch:9.0.1
65
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.2
66
66
container_name : elasticsearch
67
67
ports :
68
68
- 9200:9200
@@ -98,7 +98,7 @@ services:
98
98
depends_on :
99
99
elasticsearch :
100
100
condition : service_healthy
101
- image : docker.elastic.co/elasticsearch/elasticsearch:9.0.1
101
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.2
102
102
container_name : elasticsearch_settings
103
103
restart : ' no'
104
104
# gen-ai assistants in kibana save state in a way that requires system
@@ -113,7 +113,7 @@ services:
113
113
'
114
114
115
115
kibana :
116
- image : docker.elastic.co/kibana/kibana:9.0.1
116
+ image : docker.elastic.co/kibana/kibana:9.0.2
117
117
container_name : kibana
118
118
depends_on :
119
119
elasticsearch_settings :
@@ -137,7 +137,7 @@ services:
137
137
interval : 1s
138
138
139
139
otel-collector :
140
- image : docker.elastic.co/elastic-agent/elastic-otel-collector:9.0.1
140
+ image : docker.elastic.co/elastic-agent/elastic-otel-collector:9.0.2
141
141
container_name : otel-collector
142
142
depends_on :
143
143
elasticsearch :
Original file line number Diff line number Diff line change 37
37
spec :
38
38
containers :
39
39
- name : elasticsearch
40
- image : docker.elastic.co/elasticsearch/elasticsearch:9.0.1
40
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.2
41
41
ports :
42
42
- containerPort : 9200
43
43
env :
@@ -107,7 +107,7 @@ spec:
107
107
# gen-ai assistants in kibana save state in a way that requires system
108
108
# access, so set kibana_system's password to a known value.
109
109
- name : setup-kibana-system-user
110
- image : docker.elastic.co/elasticsearch/elasticsearch:9.0.1
110
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.2
111
111
command :
112
112
- bash
113
113
- -c
@@ -119,7 +119,7 @@ spec:
119
119
-H "Content-Type: application/json" | grep -q "^{}"; do sleep 5; done;
120
120
containers :
121
121
- name : kibana
122
- image : docker.elastic.co/kibana/kibana:9.0.1
122
+ image : docker.elastic.co/kibana/kibana:9.0.2
123
123
ports :
124
124
- containerPort : 5601
125
125
env :
@@ -237,7 +237,7 @@ spec:
237
237
spec :
238
238
containers :
239
239
- name : otel-collector
240
- image : docker.elastic.co/elastic-agent/elastic-otel-collector:9.0.1
240
+ image : docker.elastic.co/elastic-agent/elastic-otel-collector:9.0.2
241
241
command : ["/usr/bin/tini", "--"]
242
242
args : ["/usr/local/bin/docker-entrypoint", "--config=/usr/share/elastic-agent/config.yaml"]
243
243
volumeMounts :
You can’t perform that action at this time.
0 commit comments