Skip to content

Commit

Permalink
[Automation] Update elastic stack version to 8.0.0-0357b4f0 for testi…
Browse files Browse the repository at this point in the history
…ng (#6628)

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Nov 16, 2021
1 parent 65ed93d commit cc68d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
kibana: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-fc3570a9-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.0.0-0357b4f0-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

kibana:
image: docker.elastic.co/kibana/kibana:8.0.0-fc3570a9-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.0.0-0357b4f0-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -62,7 +62,7 @@ services:
package-registry: { condition: service_healthy }

fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.0.0-fc3570a9-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.0.0-0357b4f0-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down

0 comments on commit cc68d45

Please sign in to comment.