Skip to content

Commit 49eecd5

Browse files
authored
Merge pull request #11484 from fabriziopandini/use-latest-kind-image-for-1.31
🌱 Use latest kind image for K8s1.31 in E2E tests
2 parents 510b1a2 + d1598aa commit 49eecd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/e2e/autoscaler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass
3737
InfrastructureMachinePoolTemplateKind: "dockermachinepooltemplates",
3838
InfrastructureMachinePoolKind: "dockermachinepools",
3939
Flavor: ptr.To("topology-autoscaler"),
40-
AutoscalerVersion: "v1.31.0",
40+
AutoscalerVersion: "v1.31.1",
4141
}
4242
})
4343
})

test/e2e/clusterctl_upgrade_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>cur
267267
InitWithBinary: fmt.Sprintf(clusterctlDownloadURL, stableRelease),
268268
InitWithProvidersContract: "v1beta1",
269269
// Note: Both InitWithKubernetesVersion and WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
270-
InitWithKubernetesVersion: "v1.31.0",
271-
WorkloadKubernetesVersion: "v1.31.0",
270+
InitWithKubernetesVersion: "v1.31.2",
271+
WorkloadKubernetesVersion: "v1.31.2",
272272
MgmtFlavor: "topology",
273273
WorkloadFlavor: "topology",
274274
UseKindForManagementCluster: true,
@@ -297,7 +297,7 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (v1.8=>cur
297297
// Note: InitWithKubernetesVersion should be the latest of the next supported kubernetes version by the target Cluster API version.
298298
// Note: WorkloadKubernetesVersion should be the highest mgmt cluster version supported by the source Cluster API version.
299299
InitWithKubernetesVersion: initKubernetesVersion,
300-
WorkloadKubernetesVersion: "v1.31.0",
300+
WorkloadKubernetesVersion: "v1.31.2",
301301
MgmtFlavor: "topology",
302302
WorkloadFlavor: "topology",
303303
UseKindForManagementCluster: true,

0 commit comments

Comments
 (0)