Update infra-engine commit ID to solve locale bug
[kuberef.git] / deploy.env
index 9c40791..d407ad1 100644 (file)
@@ -12,7 +12,7 @@ export DEPLOYMENT=${DEPLOYMENT:-full}
 export BRIDGE=pxebr
 
 # Specific infra engine SHA to avoid fetching latest master changes
-export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-08325937}
+export ENGINE_COMMIT_ID=${ENGINE_COMMIT_ID:-6253131}
 
 # Jump VM details
 export VM_NAME=$(yq r $CURRENTPATH/hw_config/$VENDOR/pdf.yaml jumphost.name)