]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: upgrade grafana pie-chart and vonage-status-panel versions 45940/head
authorAashish Sharma <aashishsharma@fedora.redhat.com>
Wed, 6 Apr 2022 09:54:41 +0000 (15:24 +0530)
committerAashish Sharma <aasharma@redhat.com>
Tue, 19 Apr 2022 05:44:10 +0000 (11:14 +0530)
Fixes:https://tracker.ceph.com/issues/55195
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit 2877920f58728eab20abe32fed24618449d76c09)
(cherry picked from commit 429f242148e493ee4819fe16c844a8d9b980b9a3)

monitoring/grafana/build/Makefile

index cf63176c9b4a6dd94c46ea3bdbd23ce582c2f057..f1b46cdd7fdd052f1f4e1c87568e56704c3b88bc 100755 (executable)
@@ -1,10 +1,10 @@
 
-GRAFANA_VERSION ?= 6.7.4-1
-PIECHART_VERSION ?= "1.4.0"
-STATUS_PANEL_VERSION ?= "1.0.9"
+GRAFANA_VERSION ?= 8.3.5-1
+PIECHART_VERSION ?= "1.6.2"
+STATUS_PANEL_VERSION ?= "1.0.11"
 DASHBOARD_DIR := "../dashboards"
 DASHBOARD_PROVISIONING := "ceph-dashboard.yml"
-IMAGE := "docker.io/centos:8"
+IMAGE := "docker.io/redhat/ubi8:8.5"
 PKGMGR := "dnf"
 GF_CONFIG := "/etc/grafana/grafana.ini"
 # clip off "-<whatever> from the end of GRAFANA_VERSION
@@ -80,6 +80,5 @@ push:
 clean:
        sudo podman rmi ${LOCALTAG} || true
        sudo podman rmi quay.io/${TAG} || true
-       sudo podman rmi localhost/tmp/oci-image || true
        rm -f grafana-*.rpm* auth.json
        rm -f ${DASHBOARD_PROVISIONING}