File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cephadm_ceph_release: "{{ 'squid' if os_release == 'noble' else 'reef' }}"
1212cephadm_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
1313
1414# Ceph container image tag.
15- cephadm_image_tag : " {{ 'v19.2.1 ' if cephadm_ceph_release == 'squid' else 'v18.2.7' }}"
15+ cephadm_image_tag : " {{ 'v19.2.3 ' if cephadm_ceph_release == 'squid' else 'v18.2.7' }}"
1616
1717# Ceph custom repo workaround for Ubuntu as there are no official ceph repos for Ubuntu Jammy and Noble.
1818cephadm_custom_repos : " {{ ansible_facts['distribution'] == 'Ubuntu' }}"
Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Bumps the default Ceph Squid container image to ``v19.2.3``.
You can’t perform that action at this time.
0 commit comments