Skip to content

Commit 0cf8240

Browse files
committed
Upgraded Grafana version
1 parent 8d12335 commit 0cf8240

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ABWCF

Submodule ABWCF updated 1 file

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- "--enable-feature=created-timestamp-zero-ingestion"
4242

4343
grafana:
44-
image: grafana/grafana:12.2.1
44+
image: grafana/grafana:12.3.2
4545
restart: unless-stopped
4646
ports:
4747
- 3000:3000
@@ -52,4 +52,4 @@ services:
5252
GF_AUTH_ANONYMOUS_ORG_ROLE: Admin # According to the logs, this is deprecated ("auth.anonymous.org_role is deprecated, only viewer role is supported").
5353
GF_SECURITY_ADMIN_USER: admin
5454
GF_SECURITY_ADMIN_PASSWORD: changeme
55-
# GF_FEATURE_TOGGLES_ENABLE: dashboardNewLayouts,kubernetesDashboards,dashboardScene # Required to access the new experimental dynamic dashboards.
55+
# GF_FEATURE_TOGGLES_ENABLE: dashboardNewLayouts # Required to access the new experimental dynamic dashboards.

0 commit comments

Comments
 (0)