Skip to content

Commit

Permalink
UPSTREAM: 115484: Don't explicitly set image version in tests
Browse files Browse the repository at this point in the history
Image versions are already explicitly set in our manifests
configuration, so tests should not be setting these values
to ensure we're using the same versions across the board.
  • Loading branch information
soltysh committed Feb 2, 2023
1 parent 67f1639 commit 832968b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/node/security_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 832968b

Please sign in to comment.