From aa08e87928caa76e23c28cef98cbb3a6f5e92455 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:45:52 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20image=20quay.io/ce?= =?UTF-8?q?ph/ceph=20(=20v19.2.3=20=E2=86=92=20v20.2.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ----------------- | ------- | ------- | | docker | quay.io/ceph/ceph | v19.2.3 | v20.2.0 | Signed-off-by: Winston R. Milling --- rook-ceph/cluster/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rook-ceph/cluster/cluster.yaml b/rook-ceph/cluster/cluster.yaml index 2af4f4e7c..db416e871 100644 --- a/rook-ceph/cluster/cluster.yaml +++ b/rook-ceph/cluster/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 ceph/ceph:v15.2.5-20200916 # 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.3 + image: quay.io/ceph/ceph:v20.2.0 # Whether to allow unsupported versions of Ceph. Currently `nautilus` and `octopus` are supported. # Future versions such as `pacific` would require this to be set to `true`. # Do not set to true in production.