Skip to content

Commit 30d6b05

Browse files
authored
enabling 4.17 clusters to be used in hosted pipeline (#741)
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 68bfb4f commit 30d6b05

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
@@ -12,7 +12,7 @@ spec:
1212
- name: preflight_trigger_environment
1313
description: Which openshift-ci step-registry steps and ProwJob templates to use. Can be one of [preprod, prod]
1414

15-
- default: '4.16'
15+
- default: '4.17'
1616
name: ocp_version
1717
type: string
1818

@@ -143,7 +143,7 @@ spec:
143143
fi
144144
145145
# This is the maximum version supported by openshift-ci
146-
DPTP_VER="4.16"
146+
DPTP_VER="4.17"
147147
CP_VER="$(params.ocp_version)"
148148
149149
if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then
@@ -207,7 +207,7 @@ spec:
207207
exit 0
208208
fi
209209
210-
DPTP_VER="4.16"
210+
DPTP_VER="4.17"
211211
CP_VER="$(params.ocp_version)"
212212
213213
if [ "$(printf '%s\n' "$DPTP_VER" "$CP_VER" | sort -V | head -n1)" == "$DPTP_VER" ]; then

0 commit comments

Comments
 (0)