Skip to content

Commit 5b8b8e7

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- 9200:9200
4949
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
5050
kibana:
51-
image: docker.elastic.co/kibana/kibana:9.0.3
51+
image: docker.elastic.co/kibana/kibana:9.0.4@sha256:e3462b1e949dc9aa1af1962ca4c0a65dc93fff1c29ffab3281a3a298344fd5eb
5252
env:
5353
SERVER_NAME: kibana
5454
ELASTICSEARCH_HOSTS: http://elasticsearch:9200
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
ports:
1212
- "9200:9200/tcp"
1313
set-kibana-password:
14-
image: docker.elastic.co/kibana/kibana:9.0.3@sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
14+
image: docker.elastic.co/kibana/kibana:9.0.4@sha256:e3462b1e949dc9aa1af1962ca4c0a65dc93fff1c29ffab3281a3a298344fd5eb
1515
restart: on-failure
1616
links:
1717
- elasticsearch
@@ -22,7 +22,7 @@ services:
2222
elasticsearch:
2323
condition: service_started
2424
kibana:
25-
image: docker.elastic.co/kibana/kibana:9.0.3@sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
25+
image: docker.elastic.co/kibana/kibana:9.0.4@sha256:e3462b1e949dc9aa1af1962ca4c0a65dc93fff1c29ffab3281a3a298344fd5eb
2626
environment:
2727
SERVER_NAME: kibana
2828
ELASTICSEARCH_HOSTS: http://es:9200

0 commit comments

Comments
 (0)