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",