From: Patrick Seidensal Date: Tue, 16 Jun 2020 10:58:38 +0000 (+0200) Subject: mgr/cephadm: use fixed Grafana version X-Git-Tag: wip-pdonnell-testing-20200918.022351~861^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=571960562187d8588826c6616e90e23948376e8d;p=ceph-ci.git mgr/cephadm: use fixed Grafana version Fixes: https://tracker.ceph.com/issues/45859 Signed-off-by: Patrick Seidensal --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 2a217c22711..73f84f84e06 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -185,7 +185,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule): }, { 'name': 'container_image_grafana', - 'default': 'ceph/ceph-grafana:latest', + 'default': 'ceph/ceph-grafana:6.6.2', 'desc': 'Prometheus container image', }, {