From 5e19803b960c2b16ff8fc60bdf4d2ef3929b1eec Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 10 Feb 2021 14:24:02 +0530 Subject: [PATCH] build: update ceph tag in Makefile As octopus supports the rbd mirroring, updated ceph tag from nautilus to octopus in Makefile. Signed-off-by: Madhu Rajanna --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 044b9eebb..b5448e4ed 100644 --- a/build.env +++ b/build.env @@ -13,7 +13,7 @@ CSI_IMAGE_VERSION=canary # Ceph version to use BASE_IMAGE=docker.io/ceph/ceph:v15 -CEPH_VERSION=nautilus +CEPH_VERSION=octopus # standard Golang options GOLANG_VERSION=1.15.5