Skip to content

Commit

Permalink
update nginx image
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen6585 committed Sep 12, 2023
1 parent 2835a36 commit deeb11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/utils/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
// See https://gallery.ecr.aws/eks/aws-vpc-cni-test-helper
TestAgentImage = "networking-e2e-test-images/aws-vpc-cni-test-helper:f7672495"
BusyBoxImage = "networking-e2e-test-images/busybox:latest"
NginxImage = "networking-e2e-test-images/nginx:1.21.4"
NginxImage = "networking-e2e-test-images/nginx:1.25.2"
NetCatImage = "networking-e2e-test-images/netcat-openbsd:v1.0"

PollIntervalShort = time.Second * 2
Expand Down

0 comments on commit deeb11e

Please sign in to comment.