Tests: Bump Test Runner to v1.3.3. (#13287)
This commit is contained in:
parent
25ac7dccb2
commit
4ed463c3c8
3 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ function cleanup {
|
|||
}
|
||||
trap cleanup EXIT
|
||||
|
||||
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v1.3.2@sha256:67dadb03d37d87a0c865ca2c7e6703f54fcc6ed83341805a818d01007d20c21d}
|
||||
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v1.3.3@sha256:d988fea544ba4179f29f380fb6bdd676bad02ad1b001066d732b7b8ee0ab1de2}
|
||||
|
||||
if [[ "$RUNTIME" == podman ]]; then
|
||||
# Podman does not support both tag and digest
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v1.3.2@sha256:67dadb03d37d87a0c865ca2c7e6703f54fcc6ed83341805a818d01007d20c21d"
|
||||
E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v1.3.3@sha256:d988fea544ba4179f29f380fb6bdd676bad02ad1b001066d732b7b8ee0ab1de2"
|
||||
|
||||
image:
|
||||
echo "..entered Makefile in /test/e2e-image"
|
||||
|
|
|
|||
|
|
@ -114,5 +114,5 @@ docker run \
|
|||
--workdir /workdir \
|
||||
--entrypoint ct \
|
||||
--rm \
|
||||
registry.k8s.io/ingress-nginx/e2e-test-runner:v1.3.2@sha256:67dadb03d37d87a0c865ca2c7e6703f54fcc6ed83341805a818d01007d20c21d \
|
||||
registry.k8s.io/ingress-nginx/e2e-test-runner:v1.3.3@sha256:d988fea544ba4179f29f380fb6bdd676bad02ad1b001066d732b7b8ee0ab1de2 \
|
||||
install --charts charts/ingress-nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue