Skip to content

Commit

Permalink
Change chart-testing image
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Feb 4, 2021
1 parent f802554 commit 3f82b9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/run-chart-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ if [ "${SKIP_CLUSTER_CREATION:-false}" = "false" ]; then
fi

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 \
--name ct \
--volume $KUBECONFIG:/root/.kube/config \
--volume "${DIR}/../../":/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 \
--helm-extra-args "--timeout 60s"

0 comments on commit 3f82b9a

Please sign in to comment.