Skip to content

Commit 0de56c9

Browse files
apmmachineapmmachine
andauthored
[Automation] Update elastic stack version to 8.2.0-c75da523 for testing (#7293)
Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
1 parent 2a4530d commit 0de56c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
fleet-server: { condition: service_healthy }
1111

1212
elasticsearch:
13-
image: docker.elastic.co/elasticsearch/elasticsearch:8.2.0-ff5ac1e4-SNAPSHOT
13+
image: docker.elastic.co/elasticsearch/elasticsearch:8.2.0-c75da523-SNAPSHOT
1414
ports:
1515
- 9200:9200
1616
healthcheck:
@@ -39,7 +39,7 @@ services:
3939
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
4040

4141
kibana:
42-
image: docker.elastic.co/kibana/kibana:8.2.0-ff5ac1e4-SNAPSHOT
42+
image: docker.elastic.co/kibana/kibana:8.2.0-c75da523-SNAPSHOT
4343
ports:
4444
- 5601:5601
4545
healthcheck:
@@ -60,7 +60,7 @@ services:
6060
- "./testing/docker/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml"
6161

6262
fleet-server:
63-
image: docker.elastic.co/beats/elastic-agent:8.2.0-ff5ac1e4-SNAPSHOT
63+
image: docker.elastic.co/beats/elastic-agent:8.2.0-c75da523-SNAPSHOT
6464
ports:
6565
- 8220:8220
6666
healthcheck:

0 commit comments

Comments
 (0)