Change chart-testing image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2021-02-04 10:37:10 -03:00
parent f802554ccf
commit 3f82b9a54a

View file

@ -64,11 +64,13 @@ if [ "${SKIP_CLUSTER_CREATION:-false}" = "false" ]; then
fi fi
echo "[dev-env] running helm chart e2e tests..." echo "[dev-env] running helm chart e2e tests..."
# Uses a custom chart-testing image to avoid timeouts waiting for namespace deletion.
# The changes can be found here: https://github.com/aledbf/chart-testing/commit/41fe0ae0733d0c9a538099fb3cec522e888e3d82
docker run --rm --interactive --network host \ docker run --rm --interactive --network host \
--name ct \ --name ct \
--volume $KUBECONFIG:/root/.kube/config \ --volume $KUBECONFIG:/root/.kube/config \
--volume "${DIR}/../../":/workdir \ --volume "${DIR}/../../":/workdir \
--workdir /workdir \ --workdir /workdir \
quay.io/helmpack/chart-testing:v3.3.1 ct install \ aledbf/chart-testing:v3.3.1-next ct install \
--charts charts/ingress-nginx \ --charts charts/ingress-nginx \
--helm-extra-args "--timeout 60s" --helm-extra-args "--timeout 60s"