After including the helm charts of your agents into the deployment package you must assign some default values for the various configuration parameters in the deployment profiles.
To do so you need to adapt three files

  • versions.json: containing all the image repositories and tags of the modules to deploy
  • applications.json: containing all the deployment parameters of the modules to deploy
  • ingress.json: containing certificate information for the modules to deploy

Versions.json and applications.json are both located in the Deployment\Scripts\Configuration\Profiles\defaults folder of the deployment package


whereas ingress.json is in the Deployment\Scripts\Configuration\Profiles\templates\environment\common\access folder of the deployment package.