Skip to content

Commit e1b17f7

Browse files
authored
Update todolist-mongo-go test images, add multiarch (#1768)
* DNM, test images test images from konveyor/mig-demo-apps#106 * ready for production
1 parent 0f29279 commit e1b17f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/e2e/sample-applications/mongo-persistent/mongo-persistent-block.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ items:
197197
spec:
198198
containers:
199199
- name: todolist
200-
image: quay.io/migtools/oadp-ci-todolist-mongo-go:latest
200+
image: quay.io/migtools/oadp-ci-todolist-mongo-go-1
201201
env:
202202
- name: foo
203203
value: bar

tests/e2e/sample-applications/mongo-persistent/mongo-persistent-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ items:
154154
spec:
155155
containers:
156156
- name: todolist
157-
image: quay.io/migtools/oadp-ci-todolist-mongo-go:latest
157+
image: quay.io/migtools/oadp-ci-todolist-mongo-go-1
158158
env:
159159
- name: foo
160160
value: bar

tests/e2e/sample-applications/mongo-persistent/mongo-persistent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ items:
167167
spec:
168168
containers:
169169
- name: todolist
170-
image: quay.io/migtools/oadp-ci-todolist-mongo-go:latest
170+
image: quay.io/migtools/oadp-ci-todolist-mongo-go-1
171171
env:
172172
- name: foo
173173
value: bar

0 commit comments

Comments
 (0)