File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ansible/roles/operator-pipeline/templates/openshift/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - name : preflight_trigger_environment
1717 description : Which openshift-ci step-registry steps and ProwJob templates to use. Can be one of [preprod, prod]
1818
19- - default : ' 4.19 '
19+ - default : ' 4.20 '
2020 name : ocp_version
2121 type : string
2222
@@ -204,7 +204,7 @@ spec:
204204 fi
205205
206206 # This is the maximum version supported by openshift-ci
207- DPTP_VER="4.19 "
207+ DPTP_VER="4.20 "
208208 CP_VER="$(params.ocp_version)"
209209
210210 if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then
@@ -272,7 +272,7 @@ spec:
272272 exit 0
273273 fi
274274
275- DPTP_VER="4.19 "
275+ DPTP_VER="4.20 "
276276 CP_VER="$(params.ocp_version)"
277277
278278 if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then
You can’t perform that action at this time.
0 commit comments