From d30a80917aa9c002cda189a0cff46f50eb8ea452 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 22:22:11 +0000 Subject: [PATCH] chore(deps): update quay.io/ceph/ceph docker tag to v18.2.1 --- k8s/amour/rook_ceph/ceph_cluster_list.cue | 2 +- k8s/amour/rook_ceph/deployment_list.cue | 2 +- k8s/unwind/rook_ceph/ceph_cluster_list.cue | 2 +- k8s/unwind/rook_ceph/deployment_list.cue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/amour/rook_ceph/ceph_cluster_list.cue b/k8s/amour/rook_ceph/ceph_cluster_list.cue index 617c99f1f..e2cfe7420 100644 --- a/k8s/amour/rook_ceph/ceph_cluster_list.cue +++ b/k8s/amour/rook_ceph/ceph_cluster_list.cue @@ -17,7 +17,7 @@ import ( #CephClusterList: items: [{ spec: { cephVersion: { - image: "quay.io/ceph/ceph:v18.2.0" + image: "quay.io/ceph/ceph:v18.2.1" allowUnsupported: false } dataDirHostPath: "/var/lib/rook" diff --git a/k8s/amour/rook_ceph/deployment_list.cue b/k8s/amour/rook_ceph/deployment_list.cue index c412c85c4..ec4c954d2 100644 --- a/k8s/amour/rook_ceph/deployment_list.cue +++ b/k8s/amour/rook_ceph/deployment_list.cue @@ -221,7 +221,7 @@ import ( }] containers: [{ name: "rook-ceph-tools" - image: "quay.io/ceph/ceph:v18.2.0" + image: "quay.io/ceph/ceph:v18.2.1" command: [ "/bin/bash", "-c", diff --git a/k8s/unwind/rook_ceph/ceph_cluster_list.cue b/k8s/unwind/rook_ceph/ceph_cluster_list.cue index e18cf76ef..48d058f7e 100644 --- a/k8s/unwind/rook_ceph/ceph_cluster_list.cue +++ b/k8s/unwind/rook_ceph/ceph_cluster_list.cue @@ -17,7 +17,7 @@ import ( #CephClusterList: items: [{ spec: { cephVersion: { - image: "quay.io/ceph/ceph:v17.2.6" + image: "quay.io/ceph/ceph:v18.2.1" allowUnsupported: false } dataDirHostPath: "/var/lib/rook" diff --git a/k8s/unwind/rook_ceph/deployment_list.cue b/k8s/unwind/rook_ceph/deployment_list.cue index 95a9ea3cd..6bab4995c 100644 --- a/k8s/unwind/rook_ceph/deployment_list.cue +++ b/k8s/unwind/rook_ceph/deployment_list.cue @@ -228,7 +228,7 @@ import ( }] containers: [{ name: "rook-ceph-tools" - image: "quay.io/ceph/ceph:v17.2.6" + image: "quay.io/ceph/ceph:v18.2.1" command: [ "/bin/bash", "-c",