Skip to content

Commit

Permalink
Upgrade to Grafana 9.3.0 in docker-compose examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stoewer committed Dec 1, 2022
1 parent 1375c60 commit 08eb4f2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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:9.1.6
image: grafana/grafana:9.3.0
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:9.1.6
image: grafana/grafana:9.3.0
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 @@ -105,7 +105,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:9.1.6
image: grafana/grafana:9.3.0
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:9.1.6
image: grafana/grafana:9.3.0
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/local/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- "9090:9090"

grafana:
image: grafana/grafana:9.1.6
image: grafana/grafana:9.3.0
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose/loki/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
loki-url: 'http://localhost:3100/loki/api/v1/push'

grafana:
image: grafana/grafana:9.1.6
image: grafana/grafana:9.3.0
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:9.1.6
image: grafana/grafana:9.3.0
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:9.1.6
image: grafana/grafana:9.3.0
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:9.1.6
image: grafana/grafana:9.3.0
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:9.1.6
image: grafana/grafana:9.3.0
volumes:
- ./grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
Expand Down

0 comments on commit 08eb4f2

Please sign in to comment.