Skip to content

Commit

Permalink
Updated Grafana image in the docker-compose examples to latest (#3594)
Browse files Browse the repository at this point in the history
* Update Grafana image to latest

* Update Grafana images to 10.4.2
  • Loading branch information
utr1903 authored Apr 22, 2024
1 parent 27f78c1 commit 533912d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/docker-compose/agent/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/azure/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/cross-cluster/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/debug/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/distributed/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/gcs/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/multi-tenant/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- tempo

grafana:
image: grafana/grafana:main
image: grafana/grafana:10.4.2
volumes:
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/otel-collector/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/s3/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- ./prometheus.yaml:/etc/prometheus.yaml

grafana:
image: grafana/grafana:10.1.1
image: grafana/grafana:10.4.2
volumes:
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down

0 comments on commit 533912d

Please sign in to comment.