File tree 1 file changed +3
-3
lines changed
ansible/roles/operator-pipeline/templates/openshift/tasks
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
- name : preflight_trigger_environment
13
13
description : Which openshift-ci step-registry steps and ProwJob templates to use. Can be one of [preprod, prod]
14
14
15
- - default : ' 4.17 '
15
+ - default : ' 4.18 '
16
16
name : ocp_version
17
17
type : string
18
18
@@ -143,7 +143,7 @@ spec:
143
143
fi
144
144
145
145
# This is the maximum version supported by openshift-ci
146
- DPTP_VER="4.17 "
146
+ DPTP_VER="4.18 "
147
147
CP_VER="$(params.ocp_version)"
148
148
149
149
if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then
@@ -207,7 +207,7 @@ spec:
207
207
exit 0
208
208
fi
209
209
210
- DPTP_VER="4.17 "
210
+ DPTP_VER="4.18 "
211
211
CP_VER="$(params.ocp_version)"
212
212
213
213
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