From: Aashish Sharma Date: Wed, 6 Apr 2022 09:54:41 +0000 (+0530) Subject: mgr/dashboard: upgrade grafana pie-chart and vonage-status-panel versions X-Git-Tag: v17.2.0~6^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6b7316f0b54f751c1bd62e663142aa36d7ef2399;p=ceph.git 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) --- 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"