Release
The Nexeed IAS Infrastructure Operational Manual contains multiple infrastructure 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 an umbrella 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 BCI sales contact or support team.