Skip to content

Commit 38381ac

Browse files
ngopalak-redhatBhargaviGudi
authored andcommitted
OCPNODE-3720: Add a test for NodeSizing default change to OCP 4.21
1 parent 1546dc7 commit 38381ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/node/node_sizing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ func createPrivilegedPodWithHostEtc(podName, namespace, nodeName string) *corev1
294294
Containers: []corev1.Container{
295295
{
296296
Name: "test-container",
297-
Image: image.LocationFor("registry.k8s.io/e2e-test-images/agnhost:2.53"),
297+
Image: image.LocationFor("registry.k8s.io/e2e-test-images/agnhost:2.56"),
298298
Command: []string{"/bin/sh", "-c", "sleep 300"},
299299
SecurityContext: &corev1.SecurityContext{
300300
Privileged: ptr.To(true),

0 commit comments

Comments
 (0)