Skip to content

Commit 1fe3b41

Browse files
acornett21Allda
authored andcommitted
enabling 4.20 to be used in the hosted pipeline
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 805ea17 commit 1fe3b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/preflight-trigger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
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

0 commit comments

Comments
 (0)