diff --git a/ci-operator/templates/cluster-launch-installer-e2e.yaml b/ci-operator/templates/cluster-launch-installer-e2e.yaml index 95a4b9065ebc8..b137e771f6c16 100644 --- a/ci-operator/templates/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/cluster-launch-installer-e2e.yaml @@ -193,7 +193,7 @@ objects: export EMAIL=test@ci.openshift.io export PASSWORD=$( date +%s | sha256sum | base64 | head -c 32 ; echo ) export SSH_KEY="$( cat /etc/openshift-installer/ssh-publickey )" - export EC2_AMI_OVERRIDE=ami-06d864b4154214132 + export EC2_AMI_OVERRIDE=ami-07307c397daf4d02e export EXPIRATION_DATE=$( date -d '4 hours' --iso=minutes --utc ) envsubst /tmp/cluster/inputs.yaml )