Skip to content

Commit 2208669

Browse files
sbueringerk8s-infra-cherrypick-robot
authored andcommitted
Bump autoscaler in e2e tests to v1.33.1
Signed-off-by: Stefan Büringer [email protected]
1 parent 7032128 commit 2208669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/autoscaler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass
4343
},
4444
InfrastructureAPIGroup: "vmware.infrastructure.cluster.x-k8s.io",
4545
InfrastructureMachineTemplateKind: "vspheremachinetemplates",
46-
AutoscalerVersion: "v1.32.1",
46+
AutoscalerVersion: "v1.33.1",
4747
ScaleToAndFromZero: true,
4848
// We have no connectivity from the workload cluster to the kind management cluster in CI so we
4949
// can't deploy the autoscaler to the workload cluster.

test/e2e/data/autoscaler/autoscaler-to-management-workload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
app: cluster-autoscaler
4747
spec:
4848
containers:
49-
- image: gcr.io/k8s-staging-autoscaling/cluster-autoscaler:v20250814-cluster-autoscaler-chart-9.50.1-4-ga9cb59fdd
49+
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
5050
name: cluster-autoscaler
5151
command:
5252
- /cluster-autoscaler

0 commit comments

Comments
 (0)