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 <pcuzner@redhat.com>
This commit is contained in:
Paul Cuzner 2020-03-20 15:22:31 +13:00 committed by Sage Weil
parent 2e7f7efc85
commit 8b76181e17

View File

@ -133,7 +133,7 @@ class Monitoring(object):
],
},
"grafana": {
"image": "pcuzner/ceph-grafana-el8:latest",
"image": "ceph/ceph-grafana:latest",
"cpus": "2",
"memory": "4GB",
"args": [],