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 {
41
41
}
42
42
trap cleanup EXIT
43
43
44
- E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v1.4.1 @ sha256: a550c4fc42804e80b43d75511b888e9c287e2bfce9f186a2d7b9b2d686042e61 }
44
+ E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v1.4.2 @ sha256: 9a4f68e566b9ca69285e6d5d4e65a91eb563d8d52b652b631199b9f754fd7502 }
45
45
46
46
if [[ " $RUNTIME " == podman ]]; then
47
47
# 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:v1.4.1 @sha256:a550c4fc42804e80b43d75511b888e9c287e2bfce9f186a2d7b9b2d686042e61 "
3
+ E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v1.4.2 @sha256:9a4f68e566b9ca69285e6d5d4e65a91eb563d8d52b652b631199b9f754fd7502 "
4
4
5
5
image :
6
6
echo " ..entered Makefile in /test/e2e-image"
Original file line number Diff line number Diff line change @@ -114,5 +114,5 @@ docker run \
114
114
--workdir /workdir \
115
115
--entrypoint ct \
116
116
--rm \
117
- registry.k8s.io/ingress-nginx/e2e-test-runner:v1.4.1 @sha256:a550c4fc42804e80b43d75511b888e9c287e2bfce9f186a2d7b9b2d686042e61 \
117
+ registry.k8s.io/ingress-nginx/e2e-test-runner:v1.4.2 @sha256:9a4f68e566b9ca69285e6d5d4e65a91eb563d8d52b652b631199b9f754fd7502 \
118
118
install --charts charts/ingress-nginx
You can’t perform that action at this time.
0 commit comments