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 1212 - name : preflight_trigger_environment
1313 description : Which openshift-ci step-registry steps and ProwJob templates to use. Can be one of [preprod, prod]
1414
15- - default : ' 4.16 '
15+ - default : ' 4.17 '
1616 name : ocp_version
1717 type : string
1818
@@ -143,7 +143,7 @@ spec:
143143 fi
144144
145145 # This is the maximum version supported by openshift-ci
146- DPTP_VER="4.16 "
146+ DPTP_VER="4.17 "
147147 CP_VER="$(params.ocp_version)"
148148
149149 if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then
@@ -207,7 +207,7 @@ spec:
207207 exit 0
208208 fi
209209
210- DPTP_VER="4.16 "
210+ DPTP_VER="4.17 "
211211 CP_VER="$(params.ocp_version)"
212212
213213 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