The image base is not meant to have a tag attached
to it. IT is just meant to be the base to be added
to with other tags as part of things like providing
--ceph-version to the upgrade command
Fixes: https://tracker.ceph.com/issues/63150
Signed-off-by: Adam King <adking@redhat.com>
# Default container images -----------------------------------------------------
-DEFAULT_IMAGE = 'quay.io/ceph/ceph:v18'
+DEFAULT_IMAGE = 'quay.io/ceph/ceph' # DO NOT ADD TAG TO THIS
DEFAULT_PROMETHEUS_IMAGE = 'quay.io/prometheus/prometheus:v2.43.0'
DEFAULT_NODE_EXPORTER_IMAGE = 'quay.io/prometheus/node-exporter:v1.5.0'
DEFAULT_NVMEOF_IMAGE = 'quay.io/ceph/nvmeof:0.0.2'