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 1010 default : " quay.io/opdev/preflight-trigger:stable"
1111 - name : preflight_trigger_environment
1212 description : Which openshift-ci step-registry steps and ProwJob templates to use. Can be one of [preprod, prod]
13- - default : ' 4.12 '
13+ - default : ' 4.13 '
1414 name : ocp_version
1515 type : string
1616 - default : trace
@@ -106,7 +106,7 @@ spec:
106106 fi
107107
108108 # This is the maximum version supported by openshift-ci
109- DPTP_VER="4.12 "
109+ DPTP_VER="4.13 "
110110 CP_VER="$(params.ocp_version)"
111111
112112 if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then
@@ -164,7 +164,7 @@ spec:
164164 exit 0
165165 fi
166166
167- DPTP_VER="4.12 "
167+ DPTP_VER="4.13 "
168168 CP_VER="$(params.ocp_version)"
169169
170170 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