Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/e2e/testdata/cvi/cvi_containerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
2 changes: 1 addition & 1 deletion tests/e2e/testdata/vd/vd_containerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tests/e2e/testdata/vi/vi_containerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading