From 10b92eebecaeece1ac088a23125d0f204c4ff5c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:58:28 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20image=20quay.io/ce?= =?UTF-8?q?ph/ceph=20(=20v18.2.2=20=E2=86=92=20v19.1.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 | v18.2.2 | v19.1.0 | Signed-off-by: Jeff Billimek --- 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 51f02090ce8..6229649e4cb 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 quay.io/ceph/ceph:v16.2.7-20220216 # 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.2 + image: quay.io/ceph/ceph:v19.1.0 # Whether to allow unsupported versions of Ceph. Currently `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.