Skip to content

Commit dd27e08

Browse files
authored
Merge pull request #12790 from sbueringer/pr-autoscaler-bump
🌱 Bump autoscaler in e2e tests to v1.33.1
2 parents fb8c589 + d04092c commit dd27e08

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
@@ -36,7 +36,7 @@ var _ = Describe("When using the autoscaler with Cluster API using ClusterClass
3636
InfrastructureMachinePoolTemplateKind: "dockermachinepooltemplates",
3737
InfrastructureMachinePoolKind: "dockermachinepools",
3838
Flavor: ptr.To("topology-autoscaler"),
39-
AutoscalerVersion: "v1.32.1",
39+
AutoscalerVersion: "v1.33.1",
4040
ScaleToAndFromZero: true,
4141
}
4242
})

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
app: cluster-autoscaler
177177
spec:
178178
containers:
179-
- image: gcr.io/k8s-staging-autoscaling/cluster-autoscaler:v20250814-cluster-autoscaler-chart-9.50.1-4-ga9cb59fdd
179+
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${AUTOSCALER_VERSION}
180180
name: cluster-autoscaler
181181
command:
182182
- /cluster-autoscaler

0 commit comments

Comments
 (0)