From 8fafc4256ea6227781633521c877ad3730be42c9 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Mon, 5 Apr 2021 13:02:54 +0530 Subject: [PATCH] build: use latest pacific release of ceph Signed-off-by: Prasanna Kumar Kalever --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index b4c8e11c5..008ee8fe1 100644 --- a/build.env +++ b/build.env @@ -12,7 +12,7 @@ CSI_IMAGE_VERSION=canary # Ceph version to use -BASE_IMAGE=docker.io/ceph/ceph:v15 +BASE_IMAGE=docker.io/ceph/ceph:v16 CEPH_VERSION=octopus # standard Golang options