Skip to content

Commit f4fdcdf

Browse files
authored
make the test image multi arched (#1125)
Signed-off-by: Varsha B <vab@redhat.com>
1 parent 0aefacd commit f4fdcdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/openshift/e2e/ginkgo/parallel/1-121_validate_image_updater_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
143143
Spec: appv1alpha1.ApplicationSpec{
144144
Project: "default",
145145
Source: &appv1alpha1.ApplicationSource{
146-
RepoURL: "https://github.com/argoproj-labs/argocd-image-updater/",
147-
Path: "test/e2e/testdata/005-public-guestbook",
146+
RepoURL: "https://github.com/redhat-developer/gitops-operator",
147+
Path: "test/examples/image-updater",
148148
TargetRevision: "HEAD",
149149
},
150150
Destination: appv1alpha1.ApplicationDestination{
@@ -176,7 +176,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
176176
Images: []imageUpdaterApi.ImageConfig{
177177
{
178178
Alias: "guestbook",
179-
ImageName: "quay.io/dkarpele/my-guestbook:~29437546.0",
179+
ImageName: "quay.io/devtools_gitops/guestbook_go:~29437546.0",
180180
CommonUpdateSettings: &imageUpdaterApi.CommonUpdateSettings{
181181
UpdateStrategy: &updateStrategy,
182182
},
@@ -207,7 +207,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
207207

208208
// Return an empty string to signify the condition is not yet met.
209209
return ""
210-
}, "10m", "10s").Should(Equal("quay.io/dkarpele/my-guestbook:29437546.0"), "Image Updater did not update the Application image within timeout")
210+
}, "10m", "10s").Should(Equal("quay.io/devtools_gitops/guestbook_go:29437546.0"), "Image Updater did not update the Application image within timeout")
211211
})
212212
})
213213
})

0 commit comments

Comments
 (0)