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: v2.2.2 @ sha256: adc146da02b1c75ddb2d3bd2e20a05aceabc4c15f1a1d67192737b8a1fc47398 }
44+ E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v2.2.3 @ sha256: 99f201302cdb6b066f9f49dc84625192dd9f908d8bf979e1fc4dae904c2dfb15 }
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:v2.2.2 @sha256:adc146da02b1c75ddb2d3bd2e20a05aceabc4c15f1a1d67192737b8a1fc47398 "
3+ E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v2.2.3 @sha256:99f201302cdb6b066f9f49dc84625192dd9f908d8bf979e1fc4dae904c2dfb15 "
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:v2.2.2 @sha256:adc146da02b1c75ddb2d3bd2e20a05aceabc4c15f1a1d67192737b8a1fc47398 \
117+ registry.k8s.io/ingress-nginx/e2e-test-runner:v2.2.3 @sha256:99f201302cdb6b066f9f49dc84625192dd9f908d8bf979e1fc4dae904c2dfb15 \
118118 install --charts charts/ingress-nginx
You can’t perform that action at this time.
0 commit comments