Release
The Nexeed Industrial Application System consists of multiple application modules which all have their own helm charts. All of those module helm charts are bundled into a single release artifact in form of a helm chart, which can be pulled from the BCIDockerRegistry or a mirror of it as follows:
helm pull oci://<registryName>/<registryPath> --version <version>
In order to see the exact versions of the application modules bundled into the given release, please refer to the Charts.yaml file in the helm chart, e.g., by running the following commands, after pulling the release artifact:
helm pull oci://<registryName>/<registryPath> --version <version> --untar
cat ias/Chart.yaml | grep -E 'version|name|repository'
The registry name, path and credentials can be obtained from the Bosch Connected Industry sales contact or support team.