From 4ab2a522386792f211187b9dba65431be2bc4d1a Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Thu, 29 Aug 2024 10:57:27 +0200 Subject: [PATCH] test: Bump autoscaler to v1.31.0 --- test/e2e/autoscaler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaler_test.go b/test/e2e/autoscaler_test.go index e99908e8c0..4fb2b8f682 100644 --- a/test/e2e/autoscaler_test.go +++ b/test/e2e/autoscaler_test.go @@ -43,7 +43,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass }, InfrastructureAPIGroup: "vmware.infrastructure.cluster.x-k8s.io", InfrastructureMachineTemplateKind: "vspheremachinetemplates", - AutoscalerVersion: "v1.30.0", + AutoscalerVersion: "v1.31.0", ScaleToAndFromZero: true, // We have no connectivity from the workload cluster to the kind management cluster in CI so we // can't deploy the autoscaler to the workload cluster.