diff --git a/README.md b/README.md index 6a403da..4b003b9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ Alternatively, you can render the jsonnet files manually by doing the following: Render a jsonnet file is as simple as executing `jsonnet `. The jsonnet binary is not included in this repo, though binary builds can be found in its official [repository](https://github.com/google/jsonnet/releases). A makefile has been included to automate jsonnet formatting and rendering tasks. Executing `make` downloads the jsonnet binary and renders the templates at the *rendered* directory. -i.e. ``` $ make mkdir -p bin rendered @@ -81,6 +80,4 @@ In addition, make sure to lint your modifications to jsonnet files if you don't ## Tested versions -The dashboards from this repository have been tested with the following versions: - -- Grafana 9.X \ No newline at end of file +The dashboards from this repository have been tested with Grafana 9.X \ No newline at end of file diff --git a/templates/General/api-performance-overview-v2.jsonnet b/templates/General/api-performance-overview.jsonnet similarity index 100% rename from templates/General/api-performance-overview-v2.jsonnet rename to templates/General/api-performance-overview.jsonnet diff --git a/templates/General/cilium-k8s-perf-v2.jsonnet b/templates/General/cilium-k8s-perf.jsonnet similarity index 100% rename from templates/General/cilium-k8s-perf-v2.jsonnet rename to templates/General/cilium-k8s-perf.jsonnet diff --git a/templates/General/etcd-on-cluster-dashboard-v2.jsonnet b/templates/General/etcd-on-cluster-dashboard.jsonnet similarity index 100% rename from templates/General/etcd-on-cluster-dashboard-v2.jsonnet rename to templates/General/etcd-on-cluster-dashboard.jsonnet diff --git a/templates/General/hypershift-performance-v2.jsonnet b/templates/General/hypershift-performance.jsonnet similarity index 100% rename from templates/General/hypershift-performance-v2.jsonnet rename to templates/General/hypershift-performance.jsonnet diff --git a/templates/General/k8s-perf-v2.jsonnet b/templates/General/k8s-perf.jsonnet similarity index 100% rename from templates/General/k8s-perf-v2.jsonnet rename to templates/General/k8s-perf.jsonnet diff --git a/templates/General/ocp-performance-v2.jsonnet b/templates/General/ocp-performance.jsonnet similarity index 100% rename from templates/General/ocp-performance-v2.jsonnet rename to templates/General/ocp-performance.jsonnet diff --git a/templates/General/ovn-dashboard-v2.jsonnet b/templates/General/ovn-dashboard.jsonnet similarity index 100% rename from templates/General/ovn-dashboard-v2.jsonnet rename to templates/General/ovn-dashboard.jsonnet diff --git a/templates/General/pgbench-dashboard-v2.jsonnet b/templates/General/pgbench-dashboard.jsonnet similarity index 100% rename from templates/General/pgbench-dashboard-v2.jsonnet rename to templates/General/pgbench-dashboard.jsonnet diff --git a/templates/General/uperf-perf-v2.jsonnet b/templates/General/uperf-perf.jsonnet similarity index 100% rename from templates/General/uperf-perf-v2.jsonnet rename to templates/General/uperf-perf.jsonnet diff --git a/templates/General/vegeta-wrapper-v2.jsonnet b/templates/General/vegeta-wrapper.jsonnet similarity index 100% rename from templates/General/vegeta-wrapper-v2.jsonnet rename to templates/General/vegeta-wrapper.jsonnet diff --git a/templates/General/ycsb-v2.jsonnet b/templates/General/ycsb.jsonnet similarity index 100% rename from templates/General/ycsb-v2.jsonnet rename to templates/General/ycsb.jsonnet