From e82cd8339c7a8ee32bca319b92fd847327818c5b Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 9 Dec 2020 12:34:58 +0530 Subject: [PATCH] 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 --- build.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.env b/build.env index 1eea15f45..b4381833b 100644 --- a/build.env +++ b/build.env @@ -8,6 +8,8 @@ # shell scripts consume this file. Variables that reference variables may not # get proporly expanded. # +# cephcsi image version +CSI_IMAGE_VERSION=canary # Ceph version to use BASE_IMAGE=docker.io/ceph/ceph:v15