Skip to content

Commit 519369c

Browse files
authored
Merge pull request #2090 from CecileRobertMichon/fix-apiversion-upgrade
Bump CAPI init with binary version for v1alpha4 upgrade test
2 parents b2c000d + f011ea9 commit 519369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/capi_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
247247
ArtifactFolder: artifactFolder,
248248
SkipCleanup: skipCleanup,
249249
InitWithProvidersContract: "v1alpha4",
250-
InitWithBinary: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.4/clusterctl-{OS}-{ARCH}",
250+
InitWithBinary: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.7/clusterctl-{OS}-{ARCH}",
251251
PreInit: getPreInitFunc(ctx),
252252
}
253253
})

0 commit comments

Comments
 (0)