Skip to content

Commit

Permalink
Update the toolbox image to v1.3-0 to support Windows e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Luo <[email protected]>
  • Loading branch information
luolanzone authored and tnqn committed Mar 25, 2024
1 parent fc4e5d2 commit 17c279b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/kind/test-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ fi
COMMON_IMAGES_LIST=("registry.k8s.io/e2e-test-images/agnhost:2.29" \
"projects.registry.vmware.com/antrea/busybox" \
"projects.registry.vmware.com/antrea/nginx:1.21.6-alpine" \
"projects.registry.vmware.com/antrea/toolbox:1.1-0")
"projects.registry.vmware.com/antrea/toolbox:1.3-0")

FLOW_VISIBILITY_IMAGE_LIST=("projects.registry.vmware.com/antrea/ipfix-collector:v0.8.2" \
"projects.registry.vmware.com/antrea/clickhouse-operator:0.21.0" \
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const (
mcjoinImage = "projects.registry.vmware.com/antrea/mcjoin:v2.9"
nginxImage = "projects.registry.vmware.com/antrea/nginx:1.21.6-alpine"
iisImage = "mcr.microsoft.com/windows/servercore/iis"
toolboxImage = "projects.registry.vmware.com/antrea/toolbox:1.2-1"
toolboxImage = "projects.registry.vmware.com/antrea/toolbox:1.3-0"
ipfixCollectorImage = "projects.registry.vmware.com/antrea/ipfix-collector:v0.8.2"
ipfixCollectorPort = "4739"
clickHouseHTTPPort = "8123"
Expand Down

0 comments on commit 17c279b

Please sign in to comment.