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-wolfi:9.3.0-8210a2fd -SNAPSHOT
13+ image : docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.3.0-6c029eb4 -SNAPSHOT
1414 ports :
1515 - 9200:9200
1616 healthcheck :
@@ -40,7 +40,7 @@ services:
4040 logging : *default-logging
4141
4242 kibana :
43- image : docker.elastic.co/kibana/kibana-wolfi:9.3.0-8210a2fd -SNAPSHOT
43+ image : docker.elastic.co/kibana/kibana-wolfi:9.3.0-6c029eb4 -SNAPSHOT
4444 ports :
4545 - 5601:5601
4646 healthcheck :
@@ -59,7 +59,7 @@ services:
5959 logging : *default-logging
6060
6161 metricbeat :
62- image : docker.elastic.co/beats/metricbeat:9.3.0-8210a2fd -SNAPSHOT
62+ image : docker.elastic.co/beats/metricbeat:9.3.0-6c029eb4 -SNAPSHOT
6363 environment :
6464 ELASTICSEARCH_HOSTS : ' ["http://elasticsearch:9200"]'
6565 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.3.0-8210a2fd -SNAPSHOT
7+ version : 9.3.0-6c029eb4 -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.3.0-8210a2fd -SNAPSHOT
7+ version : 9.3.0-6c029eb4 -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.3.0-8210a2fd -SNAPSHOT
7+ version : 9.3.0-6c029eb4 -SNAPSHOT
88 count : 1
99 elasticsearchRef :
1010 name : elasticsearch
You can’t perform that action at this time.
0 commit comments