Skip to content

Commit 57cadea

Browse files
authored
Update preflight-trigger to 4.13 (#455)
Signed-off-by: Melvin Hillsman <[email protected]>
1 parent 4bf680f commit 57cadea

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
@@ -10,7 +10,7 @@ spec:
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

0 commit comments

Comments
 (0)