Skip to content

Commit beda56b

Browse files
authored
Merge pull request #8887 from omerap12/patch-ubuntu-image
update ubuntu image for e2e
2 parents bc3f44c + 4144750 commit beda56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/e2e/utils/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func NewNHamstersDeployment(f *framework.Framework, n int) *appsv1.Deployment {
237237
DefaultHamsterReplicas, /*replicas*/
238238
HamsterLabels, /*podLabels*/
239239
GetHamsterContainerNameByIndex(0), /*imageName*/
240-
"registry.k8s.io/ubuntu-slim:0.14", /*image*/
240+
"ubuntu:latest", /*image*/
241241
appsv1.RollingUpdateDeploymentStrategyType, /*strategyType*/
242242
)
243243
d.ObjectMeta.Namespace = f.Namespace.Name

0 commit comments

Comments
 (0)