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
1010 max-size : " 1g"
1111services :
1212 elasticsearch :
13- image : docker.elastic.co/elasticsearch/elasticsearch:8.15.1-67154674 -SNAPSHOT
13+ image : docker.elastic.co/elasticsearch/elasticsearch:8.15.2-e26b3970 -SNAPSHOT
1414 ports :
1515 - 9200:9200
1616 healthcheck :
@@ -41,7 +41,7 @@ services:
4141 logging : *default-logging
4242
4343 kibana :
44- image : docker.elastic.co/kibana/kibana:8.15.1-67154674 -SNAPSHOT
44+ image : docker.elastic.co/kibana/kibana:8.15.2-e26b3970 -SNAPSHOT
4545 ports :
4646 - 5601:5601
4747 healthcheck :
@@ -60,7 +60,7 @@ services:
6060 logging : *default-logging
6161
6262 metricbeat :
63- image : docker.elastic.co/beats/metricbeat:8.15.1-67154674 -SNAPSHOT
63+ image : docker.elastic.co/beats/metricbeat:8.15.2-e26b3970 -SNAPSHOT
6464 environment :
6565 ELASTICSEARCH_HOSTS : ' ["http://elasticsearch:9200"]'
6666 ELASTICSEARCH_USERNAME : " ${KIBANA_ES_USER:-admin}"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: ApmServer
33metadata :
44 name : apm-server
55spec :
6- version : 8.15.1-67a5416d -SNAPSHOT
6+ version : 8.15.2-e26b3970 -SNAPSHOT
77 count : 1
88 http :
99 tls :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Elasticsearch
33metadata :
44 name : elasticsearch
55spec :
6- version : 8.15.1-67a5416d -SNAPSHOT
6+ version : 8.15.2-e26b3970 -SNAPSHOT
77 auth :
88 fileRealm :
99 - secretName : elasticsearch-admin
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kibana
33metadata :
44 name : kibana
55spec :
6- version : 8.15.1-67a5416d -SNAPSHOT
6+ version : 8.15.2-e26b3970 -SNAPSHOT
77 count : 1
88 elasticsearchRef :
99 name : elasticsearch
You can’t perform that action at this time.
0 commit comments