Skip to content

Commit db3067e

Browse files
committed
update grafana to 11.5.2
1 parent 6e78c9c commit db3067e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- "clickhouse.localhost"
4444

4545
grafana:
46-
image: "docker.io/grafana/grafana-oss:11.4.0"
46+
image: "docker.io/grafana/grafana-oss:11.5.2"
4747
healthcheck:
4848
test: wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1
4949
timeout: 30s

docker-compose.default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- "clickhouse.localhost"
2121

2222
grafana:
23-
image: "docker.io/grafana/grafana-oss:11.4.0"
23+
image: "docker.io/grafana/grafana-oss:11.5.2"
2424
healthcheck:
2525
test: wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1
2626
timeout: 30s

0 commit comments

Comments
 (0)