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 <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2021-02-10 14:24:02 +05:30 committed by mergify[bot]
parent 342d282780
commit 5e19803b96

View File

@ -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