From 971af87e321e3d3af09ffcd49b5bc2a1fc202996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 23:17:40 +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..41c6f6d62 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.1.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 99e3b3073..5d41880eb 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.1.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..436944757 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.1.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 95a9ea3cd..84492b7ca 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.1.0" command: [ "/bin/bash", "-c",