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.27-20d6b02e #15155

Merged
merged 8 commits into from
Jan 15, 2025
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.27-d9d10daa-SNAPSHOT-amd64
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.27-20d6b02e-SNAPSHOT-amd64
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.27-d9d10daa-SNAPSHOT-amd64
image: docker.elastic.co/kibana/kibana:7.17.27-20d6b02e-SNAPSHOT-amd64
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.27-d9d10daa-SNAPSHOT-amd64
image: docker.elastic.co/beats/elastic-agent:7.17.27-20d6b02e-SNAPSHOT-amd64
ports:
- 8220:8220
healthcheck:
Expand Down
Loading