Skip to content

Commit

Permalink
[#361] Use the highest dashboard version for deployment traceability
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
placek committed Mar 8, 2024
1 parent 2c11605 commit dbe8c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,6 @@
"timezone": "",
"title": "GovTool basic stats",
"uid": "e3697f62-6a01-4596-b626-d46141441b32",
"version": 36,
"version": 44,
"weekStart": ""
}

0 comments on commit dbe8c22

Please sign in to comment.