2020-06-22 10:19:37 +00:00
|
|
|
#
|
|
|
|
# build.env
|
|
|
|
#
|
|
|
|
# Environment file used by scripts and tools. All (default) versions used for
|
|
|
|
# building, testing and deploying Ceph-CSI are listed here.
|
|
|
|
#
|
|
|
|
# The format should be source-able by shell scripts, but do not assume only
|
|
|
|
# shell scripts consume this file. Variables that reference variables may not
|
|
|
|
# get proporly expanded.
|
|
|
|
#
|
|
|
|
|
2020-06-22 13:54:18 +00:00
|
|
|
# Ceph version to use
|
|
|
|
BASE_IMAGE=ceph/ceph:v15
|
|
|
|
|
2020-06-22 10:19:37 +00:00
|
|
|
# standard Golang options
|
|
|
|
GOLANG_VERSION=1.13.9
|
|
|
|
GO111MODULE=on
|
2020-06-22 12:06:43 +00:00
|
|
|
|
|
|
|
# static checks and linters
|
|
|
|
GOLANGCI_VERSION=v1.21.0
|
2020-06-22 12:39:35 +00:00
|
|
|
GOSEC_VERSION=2.0.0
|
2020-06-22 12:48:32 +00:00
|
|
|
|
2020-06-22 14:48:41 +00:00
|
|
|
# "go test" configuration
|
|
|
|
# set to stdout or html to enable coverage reporting, disabled by default
|
|
|
|
#TEST_COVERAGE=html
|
|
|
|
#GO_COVER_DIR=_output/
|
|
|
|
|
2020-06-22 12:48:32 +00:00
|
|
|
# helm chart generation, testing and publishing
|
|
|
|
HELM_VERSION=v3.1.2
|
2020-06-22 13:20:33 +00:00
|
|
|
|
|
|
|
# minikube settings
|
|
|
|
MINIKUBE_VERSION=v1.6.0
|
|
|
|
VM_DRIVER=none
|
|
|
|
CHANGE_MINIKUBE_NONE_USER=true
|