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: v18.0.0~1120^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F45793%2Fhead;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 --- diff --git a/monitoring/grafana/build/Makefile b/monitoring/grafana/build/Makefile index 546b2e603a7..64f61999026 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"