]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: switch grafana image to the ceph repo 34082/head
authorPaul Cuzner <pcuzner@redhat.com>
Fri, 20 Mar 2020 02:22:31 +0000 (15:22 +1300)
committerSage Weil <sage@redhat.com>
Fri, 20 Mar 2020 13:27:06 +0000 (08:27 -0500)
Pull the pre-built grafana image from the ceph org on
docker.io

Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
src/cephadm/cephadm

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