From 7ec2fb5c9114e3d9e8aea68e6f77c549ff68e69f Mon Sep 17 00:00:00 2001 From: Marco Braga Date: Fri, 6 Feb 2026 10:46:05 -0300 Subject: [PATCH] SPLAT-2629: AWS/mtu: fix upi-installer img to pipeline Fix the upi-installer reference to use the one from pipeline, preventing failures in jobs using the step with this ref, such as: https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.22-e2e-aws-overlay-mtu-ovn-5000/2017750390128250880#1:build-log.txt%3A63 --- .../aws-cluster-mtu/network-conf-aws-cluster-mtu-ref.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ci-operator/step-registry/network/conf/aws-cluster-mtu/network-conf-aws-cluster-mtu-ref.yaml b/ci-operator/step-registry/network/conf/aws-cluster-mtu/network-conf-aws-cluster-mtu-ref.yaml index 7ed6c7de61201..03f0848695e72 100644 --- a/ci-operator/step-registry/network/conf/aws-cluster-mtu/network-conf-aws-cluster-mtu-ref.yaml +++ b/ci-operator/step-registry/network/conf/aws-cluster-mtu/network-conf-aws-cluster-mtu-ref.yaml @@ -1,9 +1,6 @@ ref: as: network-conf-aws-cluster-mtu - from_image: - name: "4.15" - namespace: ocp - tag: upi-installer + from: upi-installer commands: network-conf-aws-cluster-mtu-commands.sh resources: requests: @@ -19,4 +16,4 @@ ref: - name: CLUSTER_NETWORK_MTU default: "8000" documentation: |- - The number of bytes for the overlay network Maximum Transmition Unit. \ No newline at end of file + The number of bytes for the overlay network Maximum Transmition Unit.