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 {
132
132
Containers : []v1.Container {
133
133
{
134
134
Name : containerName ,
135
- Image : imageutils .GetBusyBoxImageName ( ),
135
+ Image : imageutils .GetE2EImage ( imageutils . BusyBox ),
136
136
ImagePullPolicy : v1 .PullIfNotPresent ,
137
137
},
138
138
},
Original file line number Diff line number Diff line change @@ -355,11 +355,6 @@ func GetPauseImageName() string {
355
355
return GetE2EImage (Pause )
356
356
}
357
357
358
- // GetBusyBoxImageName returns the busybox image name with proper version
359
- func GetBusyBoxImageName () string {
360
- return GetE2EImage (BusyBox )
361
- }
362
-
363
358
// ReplaceRegistryInImageURL replaces the registry in the image URL with a custom one based
364
359
// on the configured registries.
365
360
func ReplaceRegistryInImageURL (imageURL string ) (string , error ) {
You can’t perform that action at this time.
0 commit comments