build: add CSI_IMAGE_VERSION to build.env

CSI_IMAGE_VERSION is needed by makefile and
the centos CI to push the image to the minikube vm.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-12-09 12:34:58 +05:30 committed by mergify[bot]
parent bccd5cef46
commit e82cd8339c

View File

@ -8,6 +8,8 @@
# shell scripts consume this file. Variables that reference variables may not # shell scripts consume this file. Variables that reference variables may not
# get proporly expanded. # get proporly expanded.
# #
# cephcsi image version
CSI_IMAGE_VERSION=canary
# Ceph version to use # Ceph version to use
BASE_IMAGE=docker.io/ceph/ceph:v15 BASE_IMAGE=docker.io/ceph/ceph:v15