Skip to content

Commit 3d67d06

Browse files
chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.0.4
1 parent 3d61dd0 commit 3d67d06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TF_ACC: "1"
3434
services:
3535
elasticsearch:
36-
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.3
36+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4@sha256:59da431b8987b508af17a9424f1f03398ecaacc09c4218abe306749b524f1519
3737
env:
3838
discovery.type: single-node
3939
xpack.security.enabled: true
@@ -60,7 +60,7 @@ jobs:
6060
- 5601:5601
6161
options: --health-cmd="curl http://localhost:5601/api/status" --health-interval=10s --health-timeout=5s --health-retries=10
6262
fleet:
63-
image: docker.elastic.co/elastic-agent/elastic-agent:9.0.4@sha256:f33be65eafedbdd3637f36641785482420b1e3a51c61068497bbf22694fb7e7e
63+
image: docker.elastic.co/elastic-agent/elastic-agent:9.0.3
6464
env:
6565
SERVER_NAME: fleet
6666
FLEET_ENROLL: "1"

libs/go-kibana-rest/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.3@sha256:b21843a4a2efafcb0475ead137ce0a669fca412739694de833a2697f121a87b9
3+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4@sha256:59da431b8987b508af17a9424f1f03398ecaacc09c4218abe306749b524f1519
44
environment:
55
cluster.name: test
66
discovery.type: single-node

0 commit comments

Comments
 (0)