From 62ac73c79e13afe8ebcff24541b87a936547dcf6 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 22 Aug 2025 18:45:07 -0400 Subject: [PATCH] rook-ceph: update to ceph v19.2.3 --- system-apps/rook-ceph/clusters/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/rook-ceph/clusters/cluster.yaml b/system-apps/rook-ceph/clusters/cluster.yaml index 5d08bce..2094340 100644 --- a/system-apps/rook-ceph/clusters/cluster.yaml +++ b/system-apps/rook-ceph/clusters/cluster.yaml @@ -21,7 +21,7 @@ spec: # versions running within the cluster. See tags available at https://hub.docker.com/r/ceph/ceph/tags/. # If you want to be more precise, you can always use a timestamp tag such as quay.io/ceph/ceph:v19.2.1-20250202 # This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities - image: quay.io/ceph/ceph:v19.2.1 + image: quay.io/ceph/ceph:v19.2.3-20250717 # Whether to allow unsupported versions of Ceph. Currently Reef and Squid are supported. # Future versions such as Tentacle (v20) would require this to be set to `true`. # Do not set to true in production.