ceph-defaults: change default ceph container tag

The "latest" ceph container tag references the latest stable release
(octopus at the moment). "latest" is an alias on "latest-octopus".
On the devel branch we should use "latest-master" tag instead.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/6211/head
Dimitri Savineau 2021-01-22 10:01:10 -05:00 committed by Guillaume Abrioux
parent 13427eddac
commit 7d56771975
2 changed files with 2 additions and 2 deletions

View File

@ -555,7 +555,7 @@ dummy:
# DOCKER #
##########
#ceph_docker_image: "ceph/daemon"
#ceph_docker_image_tag: latest
#ceph_docker_image_tag: latest-master
#ceph_docker_registry: docker.io
#ceph_docker_registry_auth: false
#ceph_docker_registry_username:

View File

@ -547,7 +547,7 @@ ceph_tcmalloc_max_total_thread_cache: 0
# DOCKER #
##########
ceph_docker_image: "ceph/daemon"
ceph_docker_image_tag: latest
ceph_docker_image_tag: latest-master
ceph_docker_registry: docker.io
ceph_docker_registry_auth: false
#ceph_docker_registry_username: