From b343a5fa97c7b0338f3d6d5b5aa514e1cdfa48fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:08:25 +0000 Subject: [PATCH] chore(deps): update quay.io/ceph/ceph docker tag to v19 --- 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 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",