Migration

The ITX LS version 11.x configuration is customized according to the Helm chart settings in the values.yaml file or the config.yaml file that is located under the /data/config folder. While the Helm chart values.yaml entries are similar to previous versions, they are not equivalent because of newly added container and launcher capabilities. When upgrading from a prior 10.x version, the values.yaml entries need to be manually migrated. The same applies for the Launcher configuration settings as previously provided by the "dtx.ini" file, which is currently deprecated and replaced by the config.yaml file in both standalone and distributed deployments.

In cases where the deprecated dtx.ini file settings still need to be used before transitioning to the config.yaml format, the ITX LS version 11.x will use the dtx.ini file that is found under the /data/config folder. If not found, the config.yaml file will be searched for in the same location. If neither are found, the default set of settings are used.

When using a Helm chart, the default settings can be customized on a per deployment basis by overriding the values.yaml file. See the Configuration parameters section in the Helm chart README for details on updating the default values.yaml settings so that you get a customized config.yaml file for your distributed deployment.