From bf82fc15a1f266f3a4b91cbf4103dfca3401e6da Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Thu, 5 Aug 2021 22:00:04 +0000 Subject: [PATCH] ci: change ceph registry to quay.io --- cluster/core/rook-ceph/storage/cephcluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/core/rook-ceph/storage/cephcluster.yaml b/cluster/core/rook-ceph/storage/cephcluster.yaml index 13e1c6c57..5fe845fd9 100644 --- a/cluster/core/rook-ceph/storage/cephcluster.yaml +++ b/cluster/core/rook-ceph/storage/cephcluster.yaml @@ -6,7 +6,7 @@ metadata: namespace: rook-ceph spec: cephVersion: - image: ceph/ceph:v16.2.5 + image: quay.io/ceph/ceph:v16.2.5 allowUnsupported: false dataDirHostPath: /var/lib/rook skipUpgradeChecks: false