From cea322b04f82a483512d0ae01308007a12892948 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 8 Jul 2021 21:45:37 +0200 Subject: [PATCH] [rook] upgrade to 16.2.5 --- rook/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rook/cluster.yaml b/rook/cluster.yaml index e6793b7..180c05f 100644 --- a/rook/cluster.yaml +++ b/rook/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:v16.2.4-20210514 # This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities - image: ceph/ceph:v16.2.4 + image: ceph/ceph:v16.2.5 # 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.