Skip to content

Commit 195479e

Browse files
chore(deps): update grafana/grafana docker tag to v12
1 parent 732fcef commit 195479e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

100_monitoring/tick/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
INFLUXDB_WRITE_PASSWORD: "write"
2323

2424
grafana:
25-
image: grafana/grafana:11.3.1
25+
image: grafana/grafana:12.0.0
2626
depends_on:
2727
- influxdb
2828
labels:

150_gitlab/170_monitoring/compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
grafana:
4-
image: grafana/grafana:11.3.1
4+
image: grafana/grafana:12.0.0
55
environment:
66
GF_SECURITY_ADMIN_USER: seat
77
GF_SECURITY_ADMIN_PASSWORD: "${SEAT_PASS:?You must supply SEAT_PASS}"

160_gitlab_ci/001_server/compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ services:
145145
traefik.tcp.routers.ssh.tls.passthrough: "true"
146146

147147
grafana:
148-
image: grafana/grafana:11.3.1
148+
image: grafana/grafana:12.0.0
149149
volumes:
150150
- grafana_data:/var/lib/grafana
151151
environment:

0 commit comments

Comments
 (0)