File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
testing/infra/k8s/base/stack Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ x-logging: &default-logging
10
10
max-size : " 1g"
11
11
services :
12
12
elasticsearch :
13
- image : docker.elastic.co/elasticsearch/elasticsearch:9.0.4-37c6d1fc -SNAPSHOT
13
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.0.4-938bf630 -SNAPSHOT
14
14
ports :
15
15
- 9200:9200
16
16
healthcheck :
@@ -41,7 +41,7 @@ services:
41
41
logging : *default-logging
42
42
43
43
kibana :
44
- image : docker.elastic.co/kibana/kibana:9.0.4-37c6d1fc -SNAPSHOT
44
+ image : docker.elastic.co/kibana/kibana:9.0.4-938bf630 -SNAPSHOT
45
45
ports :
46
46
- 5601:5601
47
47
healthcheck :
@@ -60,7 +60,7 @@ services:
60
60
logging : *default-logging
61
61
62
62
metricbeat :
63
- image : docker.elastic.co/beats/metricbeat:9.0.4-37c6d1fc -SNAPSHOT
63
+ image : docker.elastic.co/beats/metricbeat:9.0.4-938bf630 -SNAPSHOT
64
64
environment :
65
65
ELASTICSEARCH_HOSTS : ' ["http://elasticsearch:9200"]'
66
66
ELASTICSEARCH_USERNAME : " ${KIBANA_ES_USER:-admin}"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : apm-server
5
5
spec :
6
6
# TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
7
- version : 9.0.4-37c6d1fc -SNAPSHOT
7
+ version : 9.0.4-938bf630 -SNAPSHOT
8
8
count : 1
9
9
http :
10
10
tls :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : elasticsearch
5
5
spec :
6
6
# TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
7
- version : 9.0.4-37c6d1fc -SNAPSHOT
7
+ version : 9.0.4-938bf630 -SNAPSHOT
8
8
auth :
9
9
fileRealm :
10
10
- secretName : elasticsearch-admin
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : kibana
5
5
spec :
6
6
# TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
7
- version : 9.0.4-37c6d1fc -SNAPSHOT
7
+ version : 9.0.4-938bf630 -SNAPSHOT
8
8
count : 1
9
9
elasticsearchRef :
10
10
name : elasticsearch
You can’t perform that action at this time.
0 commit comments