From 7ac2c39fede65dde3e617813a3c6f59beafe9ab5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 28 Jul 2021 13:18:26 -0500 Subject: [PATCH] mgr/cephadm: DEFAULT_IMAGE from quay, not docker Signed-off-by: Sage Weil --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index d0609184a83b4..c798b938b0dad 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -91,7 +91,7 @@ Host * """ # Default container images ----------------------------------------------------- -DEFAULT_IMAGE = 'docker.io/ceph/ceph' +DEFAULT_IMAGE = 'quay.io/ceph/ceph' DEFAULT_PROMETHEUS_IMAGE = 'docker.io/prom/prometheus:v2.18.1' DEFAULT_NODE_EXPORTER_IMAGE = 'docker.io/prom/node-exporter:v0.18.1' DEFAULT_GRAFANA_IMAGE = 'docker.io/ceph/ceph-grafana:6.7.4' -- 2.39.5