Skip to content

Commit 1dab040

Browse files
chore(deps): update grafana/grafana docker tag to v12.3.0 (#1552)
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | grafana/grafana | 12.2.1 | 12.3.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 86f29cf commit 1dab040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-mixins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fail-fast: false
8383
services:
8484
grafana:
85-
image: grafana/grafana:12.2.1@sha256:35c41e0fd0295f5d0ee5db7e780cf33506abfaf47686196f825364889dee878b
85+
image: grafana/grafana:12.3.0@sha256:70d9599b186ce287be0d2c5ba9a78acb2e86c1a68c9c41449454d0fc3eeb84e8
8686
ports:
8787
- 3000:3000
8888
env:

haproxy-mixin/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.6'
22
services:
33
grafana:
4-
image: 'grafana/grafana:12.2.1@sha256:35c41e0fd0295f5d0ee5db7e780cf33506abfaf47686196f825364889dee878b'
4+
image: 'grafana/grafana:12.3.0@sha256:70d9599b186ce287be0d2c5ba9a78acb2e86c1a68c9c41449454d0fc3eeb84e8'
55
environment:
66
- 'GF_AUTH_ANONYMOUS_ENABLED=true'
77
- 'GF_AUTH_ANONYMOUS_ORG_ROLE=Admin'

0 commit comments

Comments
 (0)