Skip to content

Commit

Permalink
update the lastVersionTag of the upgrade test (#4666)
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing authored Nov 7, 2024
1 parent a9636c8 commit b82b26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/eg_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var EGUpgradeTest = suite.ConformanceTest{
chartPath := "../../../charts/gateway-helm"
relName := "eg"
depNS := "envoy-gateway-system"
lastVersionTag := "v1.1.2" // Default version tag if not specified
lastVersionTag := "v1.2.1" // the latest prior release

t.Logf("Upgrading from version: %s", lastVersionTag)

Expand Down

0 comments on commit b82b26b

Please sign in to comment.