VMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
To upgrade an ESXi 7.x with Offline Zip Bundle:
1. Download the .zip file using below kb article:
https://knowledge.broadcom.com/external/article/366685
2. Upload the zip file to datastore
3. To get a list of available profiles within a path use the command below:
esxcli software sources profile list -d <location of ZIP file>
4. Run this command to update the host:
esxcli software profile update -p <profile name> -d <location of ZIP file>
5. Reboot the esxi host.