From bd3db134b9c357b64e4b2270d879710ac7eadc5f Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 7 Mar 2022 18:00:41 +0530 Subject: [PATCH] build: consume quincy release of Ceph This promotes the ceph release to Quincy Signed-off-by: Humble Chirammal --- build.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.env b/build.env index 66ce0cf6b..fb26cad81 100644 --- a/build.env +++ b/build.env @@ -12,8 +12,8 @@ CSI_IMAGE_VERSION=canary # Ceph version to use -BASE_IMAGE=quay.io/ceph/ceph:v16 -CEPH_VERSION=pacific +BASE_IMAGE=quay.io/ceph/ceph:v17 +CEPH_VERSION=quincy # standard Golang options GOLANG_VERSION=1.17.5