ci: move HELM_VERSION to build.env

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-06-22 14:48:32 +02:00
committed by mergify[bot]
parent 079459c247
commit 21946ae345
4 changed files with 16 additions and 2 deletions

View File

@ -5,7 +5,7 @@
TEMP="/tmp/cephcsi-helm-test"
HELM="helm"
HELM_VERSION=${HELM_VERSION:-"v3.1.2"}
HELM_VERSION=${HELM_VERSION:-"latest"}
arch="${ARCH:-}"
CEPHFS_CHART_NAME="ceph-csi-cephfs"
RBD_CHART_NAME="ceph-csi-rbd"