Skip to content

Commit d1063bd

Browse files
author
qiuming
authored
Merge pull request #4639 from blackpiglet/update-e2e-test-image-to-gcr
Update e2e test image to gcr.io
2 parents fad2df8 + 9419aa9 commit d1063bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelogs/unreleased/4639-jxun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update image used by E2E test to gcr.io

test/e2e/util/k8s/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func NewDeployment(name, ns string, replicas int32, labels map[string]string) *a
6262
Containers: []v1.Container{
6363
{
6464
Name: name,
65-
Image: "busybox:latest",
65+
Image: "gcr.io/velero-gcp/busybox:latest",
6666
Command: []string{"sleep", "1000000"},
6767
},
6868
},

0 commit comments

Comments
 (0)