File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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: v20230314-helm-chart-4.5.2-32-g520384b11 @ sha256: 754c62f9a5efd1ee515ee908ecc16c0c4d1dda96a8cc8019667182a55f3a9035 }
47
+ E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20230522 @ sha256: a3deb0444d53b3f3b2d73acec8be2c3330d28d2df1ef09d0b9d7dbecdee706fb }
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:v20230314-helm-chart-4.5.2-32-g520384b11 @sha256:754c62f9a5efd1ee515ee908ecc16c0c4d1dda96a8cc8019667182a55f3a9035 "
3
+ E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20230522 @sha256:a3deb0444d53b3f3b2d73acec8be2c3330d28d2df1ef09d0b9d7dbecdee706fb "
4
4
5
5
image :
6
6
echo " ..entered Makefile in /test/e2e-image"
You can’t perform that action at this time.
0 commit comments