Skip to content

Commit 60007df

Browse files
Use RELEASE_IMAGE_LATEST for CVO payload
1 parent d2b6e13 commit 60007df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ parameters:
2525
# Ensures the release image is created and tested
2626
- name: TEST_COMMAND
2727
- name: RELEASE_IMAGE_LATEST
28+
required: true
2829

2930
objects:
3031

@@ -228,6 +229,8 @@ objects:
228229
value: aws
229230
- name: OPENSHIFT_INSTALL_AWS_REGION
230231
value: us-east-1
232+
- name: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE
233+
value: ${RELEASE_IMAGE_LATEST}
231234
command:
232235
- /bin/openshift-install
233236
- --dir=/tmp/artifacts/installer

0 commit comments

Comments
 (0)