diff --git a/cluster/core/rook-ceph/cluster/ceph-cluster.yaml b/cluster/core/rook-ceph/cluster/ceph-cluster.yaml index 6401b208..3cb48a5d 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.1.1 # 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.