Skip to content

Commit

Permalink
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 Sep 11, 2022
1 parent 1553d5f commit a8fb6b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-dynamodb-project/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.6
image: docker.elastic.co/kibana/kibana:8.4.1
environment:
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200
ports:
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-consumer-project/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.6
image: docker.elastic.co/kibana/kibana:8.4.1
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.6
image: docker.elastic.co/kibana/kibana:8.4.1
container_name: kibana
environment:
ELASTICSEARCH_URL: http://elasticsearch:9200
Expand Down
2 changes: 1 addition & 1 deletion aws-ses-project/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.6
image: docker.elastic.co/kibana/kibana:8.4.1
container_name: kibana
environment:
ELASTICSEARCH_URL: http://elasticsearch:9200
Expand Down

0 comments on commit a8fb6b2

Please sign in to comment.