Skip to content

Commit c2bca64

Browse files
chore(deps): update grafana/grafana docker tag to v12.2.1 (#1518)
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | grafana/grafana | 12.2.0 | 12.2.1 | 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 9dbb57c commit c2bca64

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.0@sha256:74144189b38447facf737dfd0f3906e42e0776212bf575dc3334c3609183adf7
85+
image: grafana/grafana:12.2.1@sha256:35c41e0fd0295f5d0ee5db7e780cf33506abfaf47686196f825364889dee878b
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.0@sha256:74144189b38447facf737dfd0f3906e42e0776212bf575dc3334c3609183adf7'
4+
image: 'grafana/grafana:12.2.1@sha256:35c41e0fd0295f5d0ee5db7e780cf33506abfaf47686196f825364889dee878b'
55
environment:
66
- 'GF_AUTH_ANONYMOUS_ENABLED=true'
77
- 'GF_AUTH_ANONYMOUS_ORG_ROLE=Admin'

0 commit comments

Comments
 (0)