Skip to content

Commit 1727a81

Browse files
mrhillsmanAllda
authored andcommitted
Update the max ocp version available in openshift-ci
Signed-off-by: Melvin Hillsman <[email protected]>
1 parent 62e98aa commit 1727a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ spec:
164164
exit 0
165165
fi
166166
167-
DPTP_VER="4.9"
167+
DPTP_VER="4.11"
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)