File tree Expand file tree Collapse file tree
testing/infra/k8s/base/stack Expand file tree Collapse file tree 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:9.1.6-7a0b8bdc -SNAPSHOT
13+ image : docker.elastic.co/elasticsearch/elasticsearch:9.1.6-8b56650a -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:9.1.6-7a0b8bdc -SNAPSHOT
44+ image : docker.elastic.co/kibana/kibana:9.1.6-8b56650a -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:9.1.6-7a0b8bdc -SNAPSHOT
63+ image : docker.elastic.co/beats/metricbeat:9.1.6-8b56650a -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 @@ -4,7 +4,7 @@ metadata:
44 name : apm-server
55spec :
66 # TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
7- version : 9.1.6-7a0b8bdc -SNAPSHOT
7+ version : 9.1.6-8b56650a -SNAPSHOT
88 count : 1
99 http :
1010 tls :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : elasticsearch
55spec :
66 # TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
7- version : 9.1.6-7a0b8bdc -SNAPSHOT
7+ version : 9.1.6-8b56650a -SNAPSHOT
88 auth :
99 fileRealm :
1010 - secretName : elasticsearch-admin
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : kibana
55spec :
66 # TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
7- version : 9.1.6-7a0b8bdc -SNAPSHOT
7+ version : 9.1.6-8b56650a -SNAPSHOT
88 count : 1
99 elasticsearchRef :
1010 name : elasticsearch
You can’t perform that action at this time.
0 commit comments