Skip to content

Commit c0aa4c2

Browse files
authored
Merge pull request #7899 from sbueringer/pr-fixup-clusterctl-tests
🌱 test/e2e: run clusterctl v0.4=>main test with v1.23.13
2 parents 1cdd517 + a3e33e1 commit c0aa4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/clusterctl_upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var _ = Describe("When testing clusterctl upgrades (v0.4=>current)", func() {
5353
SkipCleanup: skipCleanup,
5454
InitWithBinary: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/clusterctl-{OS}-{ARCH}",
5555
InitWithProvidersContract: "v1alpha4",
56-
InitWithKubernetesVersion: "v1.25.3",
56+
InitWithKubernetesVersion: "v1.23.13",
5757
}
5858
})
5959
})

0 commit comments

Comments
 (0)