diff --git a/ci-operator/templates/cluster-launch-installer-e2e.yaml b/ci-operator/templates/cluster-launch-installer-e2e.yaml index 110e071829f3b..95a4b9065ebc8 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-02323e873420d8eab + export EC2_AMI_OVERRIDE=ami-06d864b4154214132 export EXPIRATION_DATE=$( date -d '4 hours' --iso=minutes --utc ) envsubst /tmp/cluster/inputs.yaml )