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 {
44
44
}
45
45
trap cleanup EXIT
46
46
47
- E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20240122-aac5d228a @ sha256: 3f18286471d0d1a8a8b11c98b5477c43a747c9c9a1f08978c5b07955f1ef6474 }
47
+ E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20240126-760bf8eb @ sha256: 5e676bf2e5d5d035adfc6e093abee040af08327011e72fef640fa20da73cea2e }
48
48
49
49
if [[ " $RUNTIME " == podman ]]; then
50
50
# Podman does not support both tag and digest
Original file line number Diff line number Diff line change 1
1
2
2
DIR: =$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
3
- E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20240122-aac5d228a @sha256:3f18286471d0d1a8a8b11c98b5477c43a747c9c9a1f08978c5b07955f1ef6474 "
3
+ E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20240126-760bf8eb @sha256:5e676bf2e5d5d035adfc6e093abee040af08327011e72fef640fa20da73cea2e "
4
4
5
5
image :
6
6
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 \
109
109
--volume $KUBECONFIG :/root/.kube/config \
110
110
--volume " ${DIR} /../../" :/workdir \
111
111
--workdir /workdir \
112
- registry.k8s.io/ingress-nginx/e2e-test-runner:v20240122-aac5d228a @sha256:3f18286471d0d1a8a8b11c98b5477c43a747c9c9a1f08978c5b07955f1ef6474 \
112
+ registry.k8s.io/ingress-nginx/e2e-test-runner:v20240126-760bf8eb @sha256:5e676bf2e5d5d035adfc6e093abee040af08327011e72fef640fa20da73cea2e \
113
113
ct install \
114
114
--charts charts/ingress-nginx \
115
115
--helm-extra-args " --timeout 60s"
You can’t perform that action at this time.
0 commit comments