diff --git a/tests/e2e/e2e_upgrade_test.go b/tests/e2e/e2e_upgrade_test.go index 108601240..6985b5433 100644 --- a/tests/e2e/e2e_upgrade_test.go +++ b/tests/e2e/e2e_upgrade_test.go @@ -49,7 +49,7 @@ var _ = OSMDescribe("Upgrade from latest", // release branches, it should specify the most recent patch of the // previous minor release. e.g. on the release-v1.0 branch, this // should be "0.11". - i.Version = "1.3.2" + i.Version = "1.3.3" i.Namespace = Td.OsmNamespace i.Wait = true i.ReleaseName = releaseName