Merge pull request #115484 from soltysh/image_version

Don't explicitly set image version in tests
This commit is contained in:
Kubernetes Prow Robot
2023-02-02 12:52:49 -08:00
committed by GitHub

View File

@@ -83,7 +83,6 @@ var _ = SIGDescribe("Security Context", func() {
gidDefinedInImage := int64(50000)
supplementalGroup := int64(60000)
agnhost := imageutils.GetConfig(imageutils.Agnhost)
(&agnhost).SetVersion("2.43")
pod := scTestPod(false, false)
pod.Spec.Containers[0].Image = agnhost.GetE2EImage()
pod.Spec.Containers[0].Command = []string{"id", "-G"}