File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ func newFailAlwaysPod() *v1.Pod {
132132 Containers : []v1.Container {
133133 {
134134 Name : containerName ,
135- Image : imageutils .GetBusyBoxImageName ( ),
135+ Image : imageutils .GetE2EImage ( imageutils . BusyBox ),
136136 ImagePullPolicy : v1 .PullIfNotPresent ,
137137 },
138138 },
Original file line number Diff line number Diff line change @@ -355,11 +355,6 @@ func GetPauseImageName() string {
355355 return GetE2EImage (Pause )
356356}
357357
358- // GetBusyBoxImageName returns the busybox image name with proper version
359- func GetBusyBoxImageName () string {
360- return GetE2EImage (BusyBox )
361- }
362-
363358// ReplaceRegistryInImageURL replaces the registry in the image URL with a custom one based
364359// on the configured registries.
365360func ReplaceRegistryInImageURL (imageURL string ) (string , error ) {
You can’t perform that action at this time.
0 commit comments