Skip to content

Commit

Permalink
Merge pull request #5895 from kwiesmueller/e2e-todo-1
Browse files Browse the repository at this point in the history
update agnhost image to pull from registry.k8s.io
  • Loading branch information
k8s-ci-robot committed Jun 28, 2023
2 parents 1c8ec5c + 76a7d21 commit 03b45e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions vertical-pod-autoscaler/e2e/v1/actuation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 1 addition & 3 deletions vertical-pod-autoscaler/e2e/v1beta2/actuation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 03b45e2

Please sign in to comment.