diff --git a/tests/e2e/default_config.yaml b/tests/e2e/default_config.yaml index 2cc3cf9fcd..b9d1b5d7af 100644 --- a/tests/e2e/default_config.yaml +++ b/tests/e2e/default_config.yaml @@ -8,7 +8,7 @@ clusterTransport: certificateAuthority: "" disks: - uploadHelperImage: "yaroslavborbat/curl-alpine-image" + uploadHelperImage: "cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/curl-alpine-image" cviTestDataDir: "./testdata/cvi" viTestDataDir: "./testdata/vi" vdTestDataDir: "./testdata/vd" diff --git a/tests/e2e/testdata/complex-test/cvi/cvi-alpine-registry.yaml b/tests/e2e/testdata/complex-test/cvi/cvi-alpine-registry.yaml index 23660084c7..1ed794c4a7 100644 --- a/tests/e2e/testdata/complex-test/cvi/cvi-alpine-registry.yaml +++ b/tests/e2e/testdata/complex-test/cvi/cvi-alpine-registry.yaml @@ -7,4 +7,4 @@ spec: dataSource: type: ContainerImage containerImage: - image: docker.io/fl64/alpine-3.20:latest + image: cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-3-20:latest diff --git a/tests/e2e/testdata/complex-test/vd/vd-alpine-registry.yaml b/tests/e2e/testdata/complex-test/vd/vd-alpine-registry.yaml index c0ea2cb061..178c0f7a76 100644 --- a/tests/e2e/testdata/complex-test/vd/vd-alpine-registry.yaml +++ b/tests/e2e/testdata/complex-test/vd/vd-alpine-registry.yaml @@ -7,6 +7,6 @@ spec: dataSource: type: ContainerImage containerImage: - image: docker.io/fl64/alpine-3-20:latest + image: cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-3-20:latest persistentVolumeClaim: size: 3600Mi diff --git a/tests/e2e/testdata/complex-test/vi/vi-alpine-registry.yaml b/tests/e2e/testdata/complex-test/vi/vi-alpine-registry.yaml index 6e7fda5e0a..489e041a2f 100644 --- a/tests/e2e/testdata/complex-test/vi/vi-alpine-registry.yaml +++ b/tests/e2e/testdata/complex-test/vi/vi-alpine-registry.yaml @@ -8,4 +8,4 @@ spec: dataSource: type: ContainerImage containerImage: - image: docker.io/fl64/alpine-3-20:latest + image: cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-3-20:latest diff --git a/tests/e2e/testdata/cvi/cvi_containerimage.yaml b/tests/e2e/testdata/cvi/cvi_containerimage.yaml index e292fef298..f224ed4fdf 100644 --- a/tests/e2e/testdata/cvi/cvi_containerimage.yaml +++ b/tests/e2e/testdata/cvi/cvi_containerimage.yaml @@ -6,7 +6,7 @@ spec: dataSource: type: ContainerImage containerImage: - image: "registry.hub.docker.com/yaroslavborbat/alpine-image:latest" + image: "cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-image:latest" # imagePullSecret: # namespace: some-ns diff --git a/tests/e2e/testdata/images-creation/cvi/cvi_containerimage.yaml b/tests/e2e/testdata/images-creation/cvi/cvi_containerimage.yaml index 4746fb2b75..e585753d69 100644 --- a/tests/e2e/testdata/images-creation/cvi/cvi_containerimage.yaml +++ b/tests/e2e/testdata/images-creation/cvi/cvi_containerimage.yaml @@ -6,4 +6,4 @@ spec: dataSource: type: ContainerImage containerImage: - image: "registry.hub.docker.com/yaroslavborbat/alpine-image:latest" + image: "cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-image:latest" diff --git a/tests/e2e/testdata/images-creation/vi/vi_containerimage.yaml b/tests/e2e/testdata/images-creation/vi/vi_containerimage.yaml index 3531e64473..d38f2b9c5a 100644 --- a/tests/e2e/testdata/images-creation/vi/vi_containerimage.yaml +++ b/tests/e2e/testdata/images-creation/vi/vi_containerimage.yaml @@ -10,7 +10,7 @@ spec: dataSource: type: ContainerImage containerImage: - image: "registry.hub.docker.com/yaroslavborbat/alpine-image:latest" + image: "cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-image:latest" --- apiVersion: virtualization.deckhouse.io/v1alpha2 kind: VirtualImage @@ -24,4 +24,4 @@ spec: dataSource: type: ContainerImage containerImage: - image: "registry.hub.docker.com/yaroslavborbat/alpine-image:latest" + image: "cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-image:latest" diff --git a/tests/e2e/testdata/vd/vd_containerimage.yaml b/tests/e2e/testdata/vd/vd_containerimage.yaml index eac4caad39..90ba1b5bc7 100644 --- a/tests/e2e/testdata/vd/vd_containerimage.yaml +++ b/tests/e2e/testdata/vd/vd_containerimage.yaml @@ -11,4 +11,4 @@ spec: dataSource: type: ContainerImage containerImage: - image: "registry.hub.docker.com/yaroslavborbat/alpine-image:latest" + image: "cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-image:latest" diff --git a/tests/e2e/testdata/vi/vi_containerimage.yaml b/tests/e2e/testdata/vi/vi_containerimage.yaml index f93a8b9097..3f67db7dab 100644 --- a/tests/e2e/testdata/vi/vi_containerimage.yaml +++ b/tests/e2e/testdata/vi/vi_containerimage.yaml @@ -10,7 +10,7 @@ spec: dataSource: type: ContainerImage containerImage: - image: "registry.hub.docker.com/yaroslavborbat/alpine-image:latest" + image: "cr.yandex/crpvs5j3nh1mi2tpithr/e2e/alpine/alpine-image:latest" # imagePullSecret: # namespace: some-ns # caBundle: secret with ca bandle