File tree 4 files changed +6
-6
lines changed
testing/infra/k8s/base/stack
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:8.12.0-9bbde39d -SNAPSHOT
13
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.12.0-3faaf80d -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:8.12.0-9bbde39d -SNAPSHOT
44
+ image : docker.elastic.co/kibana/kibana:8.12.0-3faaf80d -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:8.12.0-9bbde39d -SNAPSHOT
63
+ image : docker.elastic.co/beats/metricbeat:8.12.0-3faaf80d -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 @@ -3,7 +3,7 @@ kind: ApmServer
3
3
metadata :
4
4
name : apm-server
5
5
spec :
6
- version : 8.12.0-9bbde39d -SNAPSHOT
6
+ version : 8.12.0-3faaf80d -SNAPSHOT
7
7
count : 1
8
8
http :
9
9
tls :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Elasticsearch
3
3
metadata :
4
4
name : elasticsearch
5
5
spec :
6
- version : 8.12.0-9bbde39d -SNAPSHOT
6
+ version : 8.12.0-3faaf80d -SNAPSHOT
7
7
auth :
8
8
fileRealm :
9
9
- secretName : elasticsearch-admin
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kibana
3
3
metadata :
4
4
name : kibana
5
5
spec :
6
- version : 8.12.0-9bbde39d -SNAPSHOT
6
+ version : 8.12.0-3faaf80d -SNAPSHOT
7
7
count : 1
8
8
elasticsearchRef :
9
9
name : elasticsearch
You can’t perform that action at this time.
0 commit comments