Skip to content

Commit

Permalink
Fix CAPV n-1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopandini committed Jan 10, 2025
1 parent 6c85499 commit 5c50193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/clusterctl_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.12
capiVersion := "1.9"
capiStableRelease, err := getStableReleaseOfMinor(ctx, capiReleaseMarkerPrefix, capiVersion)
Expect(err).ToNot(HaveOccurred(), "Failed to get stable version for minor release : %s", capiVersion)
capvVersion := "1.10"
capvVersion := "1.12"
capvStableRelease, err := getStableReleaseOfMinor(ctx, capvReleaseMarkerPrefix, capvVersion)
Expect(err).ToNot(HaveOccurred(), "Failed to get stable version for minor release : %s", capvVersion)
return capi_e2e.ClusterctlUpgradeSpecInput{
Expand Down

0 comments on commit 5c50193

Please sign in to comment.