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 @@ -44,7 +44,7 @@ function cleanup {
4444}
4545trap cleanup EXIT
4646
47- E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20231208-4c39e6acc @ sha256: 0607184ca9c53c9c24a47b6f52347dd96137b05c6f276efa67051929a39e8f7a }
47+ E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20240122-aac5d228a @ sha256: 3f18286471d0d1a8a8b11c98b5477c43a747c9c9a1f08978c5b07955f1ef6474 }
4848
4949if [[ " $RUNTIME " == podman ]]; then
5050 # 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:v20231208-4c39e6acc @sha256:0607184ca9c53c9c24a47b6f52347dd96137b05c6f276efa67051929a39e8f7a "
3+ E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20240122-aac5d228a @sha256:3f18286471d0d1a8a8b11c98b5477c43a747c9c9a1f08978c5b07955f1ef6474 "
44
55image :
66 echo " ..entered Makefile in /test/e2e-image"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ docker run --rm --interactive --network host \
109109 --volume $KUBECONFIG :/root/.kube/config \
110110 --volume " ${DIR} /../../" :/workdir \
111111 --workdir /workdir \
112- registry.k8s.io/ingress-nginx/e2e-test-runner:v20231208-4c39e6acc @sha256:0607184ca9c53c9c24a47b6f52347dd96137b05c6f276efa67051929a39e8f7a \
112+ registry.k8s.io/ingress-nginx/e2e-test-runner:v20240122-aac5d228a @sha256:3f18286471d0d1a8a8b11c98b5477c43a747c9c9a1f08978c5b07955f1ef6474 \
113113 ct install \
114114 --charts charts/ingress-nginx \
115115 --helm-extra-args " --timeout 60s"
You can’t perform that action at this time.
0 commit comments