Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[updatecli] Bump elastic stack version to 7.17.26-4033813a #14632

Open
wants to merge 7 commits into
base: 7.17
Choose a base branch
from
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
fleet-server: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.26-97f99b87-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.26-0b9ff261-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

kibana:
image: docker.elastic.co/kibana/kibana:7.17.26-97f99b87-SNAPSHOT
image: docker.elastic.co/kibana/kibana:7.17.26-0b9ff261-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -86,7 +86,7 @@ services:
package-registry: { condition: service_healthy }

fleet-server:
image: docker.elastic.co/beats/elastic-agent:7.17.26-97f99b87-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:7.17.26-0b9ff261-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down
Loading