We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b6e13 commit 60007dfCopy full SHA for 60007df
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
@@ -25,6 +25,7 @@ parameters:
25
# Ensures the release image is created and tested
26
- name: TEST_COMMAND
27
- name: RELEASE_IMAGE_LATEST
28
+ required: true
29
30
objects:
31
@@ -228,6 +229,8 @@ objects:
228
229
value: aws
230
- name: OPENSHIFT_INSTALL_AWS_REGION
231
value: us-east-1
232
+ - name: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE
233
+ value: ${RELEASE_IMAGE_LATEST}
234
command:
235
- /bin/openshift-install
236
- --dir=/tmp/artifacts/installer
0 commit comments