Skip to content

Commit 642bed3

Browse files
committed
Update test images to use conformance images
1 parent 080ad09 commit 642bed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/common/pods.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,8 @@ var _ = framework.KubeDescribe("Pods", func() {
880880
podResource := schema.GroupVersionResource{Group: "", Version: "v1", Resource: "pods"}
881881
testNamespaceName := f.Namespace.Name
882882
testPodName := "pod-test"
883-
testPodImage := "nginx"
884-
testPodImage2 := "httpd"
883+
testPodImage := imageutils.GetE2EImage(imageutils.Agnhost)
884+
testPodImage2 := imageutils.GetE2EImage(imageutils.Httpd)
885885
testPodLabels := map[string]string{"test-pod-static": "true"}
886886
testPodLabelsFlat := "test-pod-static=true"
887887

0 commit comments

Comments
 (0)