Skip to content

Commit

Permalink
chore(deps): update docker.elastic.co/kibana/kibana docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 56df40e commit 0d36fee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-cloudwatch-project/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- elasticsearch

kibana:
image: docker.elastic.co/kibana/kibana:7.17.15
image: docker.elastic.co/kibana/kibana:8.11.2
container_name: kibana
environment:
- ELASTICSEARCH_URL=http://elasticsearch:9200
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/consumer/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

kibana:
container_name: kibana
image: docker.elastic.co/kibana/kibana:7.17.15
image: docker.elastic.co/kibana/kibana:8.11.2
environment:
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200
ports:
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/producer/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- elastic

kibana:
image: docker.elastic.co/kibana/kibana:7.17.15
image: docker.elastic.co/kibana/kibana:8.11.2
container_name: kibana
environment:
ELASTICSEARCH_URL: http://elasticsearch:9200
Expand Down

0 comments on commit 0d36fee

Please sign in to comment.