Deploying Delivery in Air-Gap Environments¶
There are a few steps that must be completed before deploying a delivery in an air-gapped environment. In Build Place, the latest version of the middle tier is always bundled into a new delivery build. Therefore, all images and Helm charts for the new middle tier version must be downloaded and moved to the protected network's repository prior to deployment.
- Download the delivery from Build Place.
- Identify which middle tier version to download.
Open the delivery and check theifsinstaller
folder for theversion.yaml
file. - Download and move images and charts to the internal repository.
Inversion.yaml
, theserviceUpdate
value should be used to download the corresponding images and Helm chart using thedownload.sh
script.
Use theserviceUpdate
version as the release version when downloading.
Read how to download a release - Move the delivery to the protected network and follow the standard delivery deployment instructions.