Allow to use a custom arch to run e2e tests

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-18 22:50:13 -04:00
parent 6048e63daa
commit fc5c448697

View file

@ -56,7 +56,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Use 1.0.0-dev to make sure we use the latest configuration in the helm template # Use 1.0.0-dev to make sure we use the latest configuration in the helm template
export TAG=1.0.0-dev export TAG=1.0.0-dev
export ARCH=amd64 export ARCH=${ARCH:-amd64}
export REGISTRY=ingress-controller export REGISTRY=ingress-controller
export K8S_VERSION=${K8S_VERSION:-v1.18.0@sha256:0e20578828edd939d25eb98496a685c76c98d54084932f76069f886ec315d694} export K8S_VERSION=${K8S_VERSION:-v1.18.0@sha256:0e20578828edd939d25eb98496a685c76c98d54084932f76069f886ec315d694}