Skip to content

Commit

Permalink
Fix kubernetes version in vSphere inplace E2E test (aws#8733)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Sep 9, 2024
1 parent 76b984d commit c5eb679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/vsphere_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3918,7 +3918,7 @@ func TestVSphereKubernetes129UbuntuTo130InPlaceUpgradeWorkerOnly(t *testing.T) {
framework.WithEnvVar(features.VSphereInPlaceEnvVar, "true"),
).WithClusterConfig(
api.ClusterToConfigFiller(
api.WithKubernetesVersion(kube129),
api.WithKubernetesVersion(kube130),
api.WithControlPlaneCount(1),
api.WithWorkerNodeCount(1),
api.WithWorkerKubernetesVersion(nodeGroupLabel1, &kube129),
Expand Down

0 comments on commit c5eb679

Please sign in to comment.