File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function cleanup {
4141}
4242trap cleanup EXIT
4343
44- E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20250112-a188f4eb @ sha256: 043038b1e30e5a0b64f3f919f096c5c9488ac3f617ac094b07fb9db8215f9441 }
44+ E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v2.0.1 @ sha256: 78c1e675520ae9345789fdaf684ccb335a94938390dc6f9f651dd93164f3a888 }
4545
4646if [[ " $RUNTIME " == podman ]]; then
4747 # Podman does not support both tag and digest
Original file line number Diff line number Diff line change 11
22DIR: =$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
3- E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20250112-a188f4eb @sha256:043038b1e30e5a0b64f3f919f096c5c9488ac3f617ac094b07fb9db8215f9441 "
3+ E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v2.0.1 @sha256:78c1e675520ae9345789fdaf684ccb335a94938390dc6f9f651dd93164f3a888 "
44
55image :
66 echo " ..entered Makefile in /test/e2e-image"
Original file line number Diff line number Diff line change @@ -114,5 +114,5 @@ docker run \
114114 --workdir /workdir \
115115 --entrypoint ct \
116116 --rm \
117- registry.k8s.io/ingress-nginx/e2e-test-runner:v20250112-a188f4eb @sha256:043038b1e30e5a0b64f3f919f096c5c9488ac3f617ac094b07fb9db8215f9441 \
117+ registry.k8s.io/ingress-nginx/e2e-test-runner:v2.0.1 @sha256:78c1e675520ae9345789fdaf684ccb335a94938390dc6f9f651dd93164f3a888 \
118118 install --charts charts/ingress-nginx
You can’t perform that action at this time.
0 commit comments