From 6b7316f0b54f751c1bd62e663142aa36d7ef2399 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Wed, 6 Apr 2022 15:24:41 +0530 Subject: [PATCH] mgr/dashboard: upgrade grafana pie-chart and vonage-status-panel versions Fixes:https://tracker.ceph.com/issues/55195 Signed-off-by: Aashish Sharma (cherry picked from commit 2877920f58728eab20abe32fed24618449d76c09) --- monitoring/grafana/build/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring/grafana/build/Makefile b/monitoring/grafana/build/Makefile index 546b2e603a752..64f61999026c8 100755 --- a/monitoring/grafana/build/Makefile +++ b/monitoring/grafana/build/Makefile @@ -1,7 +1,7 @@ GRAFANA_VERSION ?= 8.3.5-1 -PIECHART_VERSION ?= "1.6.1" -STATUS_PANEL_VERSION ?= "1.0.9" +PIECHART_VERSION ?= "1.6.2" +STATUS_PANEL_VERSION ?= "1.0.11" DASHBOARD_DIR := "../../ceph-mixin/dashboards_out" DASHBOARD_PROVISIONING := "ceph-dashboard.yml" IMAGE := "docker.io/redhat/ubi8:8.5" -- 2.39.5