Skip to content

Commit

Permalink
[Automation] Update elastic stack version to 7.15.0-c23a5439 for test…
Browse files Browse the repository at this point in the history
…ing (#5775)

Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
  • Loading branch information
apmmachine and apmmachine authored Jul 21, 2021
1 parent 0cf0f1f commit 225929f
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 @@ -32,7 +32,7 @@ services:
kibana: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-588e7872-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0-c23a5439-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

kibana:
image: docker.elastic.co/kibana/kibana:7.15.0-588e7872-SNAPSHOT
image: docker.elastic.co/kibana/kibana:7.15.0-c23a5439-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -85,7 +85,7 @@ services:
package-registry: { condition: service_healthy }

fleet-server:
image: docker.elastic.co/beats/elastic-agent:7.15.0-588e7872-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:7.15.0-c23a5439-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down

0 comments on commit 225929f

Please sign in to comment.