From 0363cdacb5991c5aff7a3218eb6f53da8c233c13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 01:11:57 +0000 Subject: [PATCH] chore(deps): update container image quay.io/ceph/ceph to v20.2.0 --- cluster/core/rook-ceph/cluster/ceph-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/core/rook-ceph/cluster/ceph-cluster.yaml b/cluster/core/rook-ceph/cluster/ceph-cluster.yaml index 6401b208..da592c1a 100644 --- a/cluster/core/rook-ceph/cluster/ceph-cluster.yaml +++ b/cluster/core/rook-ceph/cluster/ceph-cluster.yaml @@ -12,7 +12,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 quay.io/ceph/ceph:v16.2.6-20210918 # 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:v18.2.7 + image: quay.io/ceph/ceph:v20.2.0 # Whether to allow unsupported versions of Ceph. Currently `nautilus`, `octopus`, and `pacific` are supported. # Future versions such as `pacific` would require this to be set to `true`. # Do not set to true in production.