Skip to content

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 the ifsinstaller folder for the version.yaml file.
  • Download and move images and charts to the internal repository.
    In version.yaml, the serviceUpdate value should be used to download the corresponding images and Helm chart using the download.sh script.
    Use the serviceUpdate 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.