update e2e test runner image

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2024-04-11 11:06:51 -04:00
parent 641eaf6fc4
commit 6cf07b5101
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ function cleanup {
}
trap cleanup EXIT
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v20231011-8b53cabe0@sha256:ed0dad805c635e66469b4ac376010eebdd0b3fe62d753f58db1632d6f12f451d}
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v20240410-641eaf6f@sha256:f981068ed615837302d73959b13961f950e6358171a230e22d3369737720c9ac}
if [[ "$RUNTIME" == podman ]]; then
# Podman does not support both tag and digest

View file

@ -1,6 +1,6 @@
DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20231011-8b53cabe0@sha256:ed0dad805c635e66469b4ac376010eebdd0b3fe62d753f58db1632d6f12f451d"
E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20240410-641eaf6f@sha256:f981068ed615837302d73959b13961f950e6358171a230e22d3369737720c9ac"
image:
echo "..entered Makefile in /test/e2e-image"

View file

@ -109,7 +109,7 @@ docker run --rm --interactive --network host \
--volume $KUBECONFIG:/root/.kube/config \
--volume "${DIR}/../../":/workdir \
--workdir /workdir \
registry.k8s.io/ingress-nginx/e2e-test-runner:v20231011-8b53cabe0@sha256:ed0dad805c635e66469b4ac376010eebdd0b3fe62d753f58db1632d6f12f451d \
registry.k8s.io/ingress-nginx/e2e-test-runner:v20240410-641eaf6f@sha256:f981068ed615837302d73959b13961f950e6358171a230e22d3369737720c9ac \
ct install \
--charts charts/ingress-nginx \
--helm-extra-args "--timeout 60s"