Skip to content

Commit

Permalink
chore: upgrade test should use v1.1.0 by default
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
guydc committed Aug 5, 2024
1 parent 0f75173 commit 56e2d90
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 @@ -53,7 +53,7 @@ var EGUpgradeTest = suite.ConformanceTest{
depNS := "envoy-gateway-system"
lastVersionTag := os.Getenv("last_version_tag")
if lastVersionTag == "" {
lastVersionTag = "v1.0.2" // Default version tag if not specified
lastVersionTag = "v1.1.0" // Default version tag if not specified
}

// Uninstall the current version of EG
Expand Down

0 comments on commit 56e2d90

Please sign in to comment.