Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 100_monitoring/tick/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
INFLUXDB_WRITE_PASSWORD: "write"

grafana:
image: grafana/grafana:11.3.1
image: grafana/grafana:12.0.2
depends_on:
- influxdb
labels:
Expand Down
2 changes: 1 addition & 1 deletion 150_gitlab/170_monitoring/compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

grafana:
image: grafana/grafana:11.3.1
image: grafana/grafana:12.0.2
environment:
GF_SECURITY_ADMIN_USER: seat
GF_SECURITY_ADMIN_PASSWORD: "${SEAT_PASS:?You must supply SEAT_PASS}"
Expand Down
2 changes: 1 addition & 1 deletion 160_gitlab_ci/001_server/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
traefik.tcp.routers.ssh.tls.passthrough: "true"

grafana:
image: grafana/grafana:11.6.1
image: grafana/grafana:12.0.2
volumes:
- grafana_data:/var/lib/grafana
environment:
Expand Down