From dbe8c225502cf12009de8f5088f24dd367bd75f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Placzy=C5=84ski?= Date: Fri, 8 Mar 2024 07:41:32 +0100 Subject: [PATCH] [#361] Use the highest dashboard version for deployment traceability In order to ensure accurate deployment traceability, it is necessary to use the highest existing version of the Grafana dashboard incremented by 1. This adjustment is crucial as the target instances have intermediate versions beyond version 35, and leveraging the most current version will maintain consistency in the deployment process. Changes: - Updated the version of the Grafana dashboard to 44 in the `govtool.json` file under `scripts/govtool/config/templates/grafana-provisioning/dashboards/`. By adjusting the version number, we align the dashboard with the latest iteration, thereby enhancing traceability and ensuring compatibility with the current deployment environment. --- .../templates/grafana-provisioning/dashboards/govtool.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/govtool/config/templates/grafana-provisioning/dashboards/govtool.json b/scripts/govtool/config/templates/grafana-provisioning/dashboards/govtool.json index 634602b24..70b42f887 100644 --- a/scripts/govtool/config/templates/grafana-provisioning/dashboards/govtool.json +++ b/scripts/govtool/config/templates/grafana-provisioning/dashboards/govtool.json @@ -916,6 +916,6 @@ "timezone": "", "title": "GovTool basic stats", "uid": "e3697f62-6a01-4596-b626-d46141441b32", - "version": 36, + "version": 44, "weekStart": "" }