When running Apply Changes on any of the tiles, it may fail due to a missing release "name/version". The error message might look like the following.
Updating deployment: Expected task '123456' to succeed but state is 'error' Exit code 1 Task 123456 | 14:06:37 | Error: Release version 'routing/0.301.0' doesn't exist
This kind of issues can happen when Ops Manager hasn't been properly upgraded.
Download Tile file from broadcom support site. E.g. “p-rabbitmq-2.4.1-build.8.pivotal”.
2. Extract .pivotal file using the unzip command (E.g "unzip p-rabbitmq-2.4.1-build.8.pivotal"), get into the “releases” directory and check that the missing release is there (E.g. release-routing-0.301.0.on-ubuntu-jammy-stemcell.1.506.tgz)
3. Run bosh upload-release release/version --fix to upload the corresponding release (E.g.“bosh upload-release release-routing-0.301.0.on-ubuntu-jammy-stemcell.1.506.tgz --fix” ) and then Apply Change to reinstall.