From 8721bd6c5ddd3c09d04a07e5a2564a5772324c82 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 4 Apr 2022 13:52:43 +0200 Subject: [PATCH] monitoring/grafana: fix version Fixes: https://tracker.ceph.com/issues/55172 Signed-off-by: Ernesto Puerta --- monitoring/grafana/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/grafana/build/Makefile b/monitoring/grafana/build/Makefile index 4e2854efa36..546b2e603a7 100755 --- a/monitoring/grafana/build/Makefile +++ b/monitoring/grafana/build/Makefile @@ -1,5 +1,5 @@ -GRAFANA_VERSION ?= 8.3.5 +GRAFANA_VERSION ?= 8.3.5-1 PIECHART_VERSION ?= "1.6.1" STATUS_PANEL_VERSION ?= "1.0.9" DASHBOARD_DIR := "../../ceph-mixin/dashboards_out"