Merge pull request #4639 from blackpiglet/update-e2e-test-image-to-gcr

Update e2e test image to gcr.io
This commit is contained in:
qiuming
2022-02-15 09:53:50 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Update image used by E2E test to gcr.io
+1 -1
View File
@@ -62,7 +62,7 @@ func NewDeployment(name, ns string, replicas int32, labels map[string]string) *a
Containers: []v1.Container{
{
Name: name,
Image: "busybox:latest",
Image: "gcr.io/velero-gcp/busybox:latest",
Command: []string{"sleep", "1000000"},
},
},