From: Paul Cuzner Date: Fri, 20 Mar 2020 02:22:31 +0000 (+1300) Subject: cephadm: switch grafana image to the ceph repo X-Git-Tag: v15.2.0~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34082%2Fhead;p=ceph.git cephadm: switch grafana image to the ceph repo Pull the pre-built grafana image from the ceph org on docker.io Signed-off-by: Paul Cuzner --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index af145a459bb9..2dffa6aa3b46 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -133,7 +133,7 @@ class Monitoring(object): ], }, "grafana": { - "image": "pcuzner/ceph-grafana-el8:latest", + "image": "ceph/ceph-grafana:latest", "cpus": "2", "memory": "4GB", "args": [],