We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1e8de commit c6a0c95Copy full SHA for c6a0c95
etc/kayobe/cephadm.yml
@@ -12,7 +12,7 @@ cephadm_ceph_release: "squid"
12
cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
13
14
# Ceph container image tag.
15
-cephadm_image_tag: "v19.2.2"
+cephadm_image_tag: "v19.2.3"
16
17
# HAProxy container image.
18
cephadm_haproxy_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
releasenotes/notes/ceph-19.2.3-1b0af47e75bb7456.yaml
@@ -0,0 +1,4 @@
1
+---
2
+features:
3
+ - |
4
+ Bumps Ceph to Squid v19.2.3.
0 commit comments