diff --git a/tests/e2e/smoke-sidecar-other-namespace/01-install-app.yaml b/tests/e2e/smoke-sidecar-other-namespace/01-install-app.yaml index b85e38b91d..d3aa32cdc2 100644 --- a/tests/e2e/smoke-sidecar-other-namespace/01-install-app.yaml +++ b/tests/e2e/smoke-sidecar-other-namespace/01-install-app.yaml @@ -17,4 +17,4 @@ spec: spec: containers: - name: myapp - image: k8s.gcr.io/echoserver:1.4 + image: registry.k8s.io/echoserver:1.4 diff --git a/tests/e2e/smoke-sidecar/01-install-app.yaml b/tests/e2e/smoke-sidecar/01-install-app.yaml index 8a7396ef6d..10c5e5c14d 100644 --- a/tests/e2e/smoke-sidecar/01-install-app.yaml +++ b/tests/e2e/smoke-sidecar/01-install-app.yaml @@ -16,4 +16,4 @@ spec: spec: containers: - name: myapp - image: k8s.gcr.io/echoserver:1.4 + image: registry.k8s.io/echoserver:1.4