From b2f4aff6e94978815238092e095d35895df2ff37 Mon Sep 17 00:00:00 2001 From: Felipe Soares da Costa Date: Mon, 23 Feb 2026 13:33:19 +0100 Subject: [PATCH 1/2] Fix OpenWebUI dashboard filename --- applications/prometheus-stack/templates/webui-dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/prometheus-stack/templates/webui-dashboard.yaml b/applications/prometheus-stack/templates/webui-dashboard.yaml index ee7ebff..8fd8d2f 100644 --- a/applications/prometheus-stack/templates/webui-dashboard.yaml +++ b/applications/prometheus-stack/templates/webui-dashboard.yaml @@ -7,7 +7,7 @@ metadata: annotations: grafana_folder: "common" data: - dcgm-dashboard.json: | + openwebui-dashboard.json: | {{` { "annotations": { From 6a8d02886b1808a1dab84aed157efd51d4b82480 Mon Sep 17 00:00:00 2001 From: Felipe Soares da Costa Date: Mon, 2 Mar 2026 14:42:55 +0100 Subject: [PATCH 2/2] docs: update changelog for OpenWebUI dashboard filename (fixes #11) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f3a9e..6d63a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ See [keep a changelog] for information about writing changes to this log. ## [Unreleased] +### Fixed +* Rename webui dashboard ConfigMap data key from `dcgm-dashboard.json` to `openwebui-dashboard.json` to avoid Grafana dashboard filename collisions. Fixes #11. + ## [0.2.0] - 2026-02-25 * Changed nodeSelectorTerm on vllm deployments, for better upgradeability