diff --git a/etc/kayobe/cephadm.yml b/etc/kayobe/cephadm.yml index 0da68b8e2a..56d2c9a417 100644 --- a/etc/kayobe/cephadm.yml +++ b/etc/kayobe/cephadm.yml @@ -12,7 +12,7 @@ cephadm_ceph_release: "{{ 'squid' if os_release == 'noble' else 'reef' }}" cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}" # Ceph container image tag. -cephadm_image_tag: "{{ 'v19.2.1' if cephadm_ceph_release == 'squid' else 'v18.2.7' }}" +cephadm_image_tag: "{{ 'v19.2.3' if cephadm_ceph_release == 'squid' else 'v18.2.7' }}" # Ceph custom repo workaround for Ubuntu as there are no official ceph repos for Ubuntu Jammy and Noble. cephadm_custom_repos: "{{ ansible_facts['distribution'] == 'Ubuntu' }}" diff --git a/releasenotes/notes/ceph-squid-19.2.3-35c1a6b914d31388.yaml b/releasenotes/notes/ceph-squid-19.2.3-35c1a6b914d31388.yaml new file mode 100644 index 0000000000..02d462c3cd --- /dev/null +++ b/releasenotes/notes/ceph-squid-19.2.3-35c1a6b914d31388.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + Bumps the default Ceph Squid container image to ``v19.2.3``.