Skip to content

Commit

Permalink
Update grafana/loki Docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 13, 2024
1 parent 5263c92 commit a391b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
# logging_jobname: "containerlogs"

loki-read:
image: grafana/loki:2.9.1
image: grafana/loki:3.0.0
container_name: loki-read
volumes:
- ./loki:/etc/loki/
Expand All @@ -78,7 +78,7 @@ services:
- minio

loki-write:
image: grafana/loki:2.9.1
image: grafana/loki:3.0.0
container_name: loki-write
volumes:
- ./loki:/etc/loki/
Expand Down

0 comments on commit a391b26

Please sign in to comment.