Skip to content

Commit

Permalink
Merge pull request #10017 from chrischdi/pr-clusterctl-test-bump-k8s
Browse files Browse the repository at this point in the history
🌱 test/e2e: bump WorkloadKubernetesVersion for v1.6 clusterctl upgrade test
  • Loading branch information
k8s-ci-robot committed Jan 17, 2024
2 parents 2ab8986 + 3594832 commit 4731deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/clusterctl_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var _ = Describe("When testing clusterctl upgrades (v1.6=>current)", func() {
InitWithProvidersContract: "v1beta1",
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
InitWithKubernetesVersion: "v1.29.0",
WorkloadKubernetesVersion: "v1.28.0",
WorkloadKubernetesVersion: "v1.29.0",
MgmtFlavor: "topology",
WorkloadFlavor: "",
}
Expand All @@ -169,7 +169,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.6=>cur
InitWithProvidersContract: "v1beta1",
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
InitWithKubernetesVersion: "v1.29.0",
WorkloadKubernetesVersion: "v1.28.0",
WorkloadKubernetesVersion: "v1.29.0",
MgmtFlavor: "topology",
WorkloadFlavor: "topology",
}
Expand Down

0 comments on commit 4731deb

Please sign in to comment.