Workload Domains -> 'workload domain name' -> Updates, the below warning is observed:"Cannot upgrade to VCF version 5.2.1.0 because bundles 4f03e04a-d29f-4306-973b-720cd5a951e3 are missing for domain <domain_name>."
8b6a86c3-d90d-41c4-859d-4c8a010d9b6e, but the SDDC Manager UI incorrectly expects the bundle id 4f03e04a-d29f-4306-973b-720cd5a951e3:(GET /v1/bundles/{id}) via the API Explorer returns a BUNDLE_NOT_FOUND error for id 4f03e04a-d29f-4306-973b-720cd5a951e3, confirming the bundle record does not exist in the SDDC Manager’s database.manifest.json used by the vLCM (SDDC UI --> Developer Center --> API Categories --> Manifest --> GET --> EXECUTE) shows bundle id 4f03e04a-d29f-4306-973b-720cd5a951e3 for the NSX version 4.2.3.3.VMware Cloud Foundation 5.x
4f03e04a-d29f-4306-973b-720cd5a951e3 instead of the actual valid bundle ID 8b6a86c3-d90d-41c4-859d-4c8a010d9b6e.Manually update the manifest.json file to reference the correct bundle ID via the SDDC Developer Center API:
SDDC UI --> Developer Center --> API Categories --> Manifest --> GET --> EXECUTE.manifest.jsonmanifest.json in a text editor and replace all instances of 4f03e04a-d29f-4306-973b-720cd5a951e3 with 8b6a86c3-d90d-41c4-859d-4c8a010d9b6e.SDDC UI --> Developer Center --> API Categories --> Manifest --> POST.manifest.json file into the Body section and click EXECUTE.