Skip to content

Commit f098655

Browse files
committed
Bump pause image in e2e tests to 3.10.1 (default for Kubernetes v1.34)
Signed-off-by: Stefan Büringer [email protected]
1 parent 1d9f42a commit f098655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/framework/autoscaler_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ type AddScaleUpDeploymentAndWaitInput struct {
157157
func AddScaleUpDeploymentAndWait(ctx context.Context, input AddScaleUpDeploymentAndWaitInput, intervals ...interface{}) {
158158
By("Create a scale up deployment with resource requests to force scale up")
159159
if input.ContainerImage == "" {
160-
input.ContainerImage = "registry.k8s.io/pause:3.10"
160+
input.ContainerImage = "registry.k8s.io/pause:3.10.1"
161161
}
162162

163163
// gets the node size

test/framework/deployment_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ func generateDeployment(input generateDeploymentInput) *appsv1.Deployment {
652652
Containers: []corev1.Container{
653653
{
654654
Name: "main",
655-
Image: "registry.k8s.io/pause:3.10",
655+
Image: "registry.k8s.io/pause:3.10.1",
656656
},
657657
},
658658
Affinity: &corev1.Affinity{

0 commit comments

Comments
 (0)