From c094699c3292b52732d592ef70a6ea0f53c622af Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 26 Jul 2024 10:40:02 +0200 Subject: [PATCH] build: update ceph to squid updating ceph image and tag for squid Signed-off-by: Madhu Rajanna --- build.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.env b/build.env index 76221816e..bf84c5447 100644 --- a/build.env +++ b/build.env @@ -15,8 +15,8 @@ CSI_IMAGE_VERSION=canary CSI_UPGRADE_VERSION=v3.11.0 # Ceph version to use -BASE_IMAGE=quay.io/ceph/ceph:v18 -CEPH_VERSION=reef +BASE_IMAGE=quay.io/ceph/ceph:v19 +CEPH_VERSION=squid # standard Golang options GOLANG_VERSION=1.22.2