Skip to content

Commit 279f8a2

Browse files
acornett21Allda
authored andcommitted
enabling 4.18 clusters to be used in hosted pipeline
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent d7676e4 commit 279f8a2

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

+3-3
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.17'
15+
- default: '4.18'
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.17"
146+
DPTP_VER="4.18"
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.17"
210+
DPTP_VER="4.18"
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)