diff --git a/vertical-pod-autoscaler/e2e/v1/actuation.go b/vertical-pod-autoscaler/e2e/v1/actuation.go index 596fe0acd2..6c8d1be2b5 100644 --- a/vertical-pod-autoscaler/e2e/v1/actuation.go +++ b/vertical-pod-autoscaler/e2e/v1/actuation.go @@ -299,9 +299,7 @@ var _ = ActuationSuiteE2eDescribe("Actuation", func() { ginkgo.It("does not act on injected sidecars", func() { const ( - // TODO(krzysied): Update the image url when the agnhost:2.10 image - // is promoted to the k8s-e2e-test-images repository. - agnhostImage = "gcr.io/k8s-staging-e2e-test-images/agnhost:2.10" + agnhostImage = "registry.k8s.io/e2e-test-images/agnhost:2.40" sidecarParam = "--sidecar-image=registry.k8s.io/pause:3.1" sidecarName = "webhook-added-sidecar" servicePort = int32(8443) diff --git a/vertical-pod-autoscaler/e2e/v1beta2/actuation.go b/vertical-pod-autoscaler/e2e/v1beta2/actuation.go index acce1ab8d2..c369d0f7b7 100644 --- a/vertical-pod-autoscaler/e2e/v1beta2/actuation.go +++ b/vertical-pod-autoscaler/e2e/v1beta2/actuation.go @@ -287,9 +287,7 @@ var _ = ActuationSuiteE2eDescribe("Actuation", func() { ginkgo.It("does not act on injected sidecars", func() { const ( - // TODO(krzysied): Update the image url when the agnhost:2.10 image - // is promoted to the k8s-e2e-test-images repository. - agnhostImage = "gcr.io/k8s-staging-e2e-test-images/agnhost:2.10" + agnhostImage = "registry.k8s.io/e2e-test-images/agnhost:2.40" sidecarParam = "--sidecar-image=registry.k8s.io/pause:3.1" sidecarName = "webhook-added-sidecar" servicePort = int32(8443)