diff --git a/k8s/amour/rook_ceph/ceph_cluster_list.cue b/k8s/amour/rook_ceph/ceph_cluster_list.cue index 52bfad975..f9ad5ee81 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.2" + image: "quay.io/ceph/ceph:v19.2.0" 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 70f5dc04a..2307feffb 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:v19.2.0" 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 f0ccb373f..13a4be724 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:v19.2.0" 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 c417cd903..2b59b7a70 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:v19.2.0" command: [ "/bin/bash", "-c",