Migration Guide 25.1 [Prep GEN]
Changes for ConfigPortal
The inventory for cp needs to be changed if you want to set the environment
configportal:
default:
helm_chart:
chart_values:
hull:
config:
specific:
components:
configportal:
custom:
activeEnvironment: "TRANS"
Changes for MediaPortal
The inventory for mp needs to be changed in terms of values that environment specific
Starting with version 25.1, the deployment of the MediaPortal will include the creation of a proxy service within the cluster.

This service is intended to ensure secure communication with third-party systems such as TwelveLabs.
The deployment of the proxy service includes several environment parameters that may need to be adjusted via the inventory if necessary.
mediaportal:
default:
helm_chart:
chart_values:
hull:
objects:
deployment:
proxy:
pod:
containers:
proxy:
env:
'TWELVELABS_API_KEY':
value: 'tlk_LLM1KEY2C0NN3CT'
'CLIENT_SECRET':
value: 'W24eI12Nl0bO4S4iWBTSyZd9/Eape/idZsHxGHf6mL4='
'CERT_FILE_NAME':
value: 'custom-ca-certificates-custom_ca.crt'
TWELVELABS_API_KEY: should be provided from TwelveLabsCLIENT_SECRET: To find in keycloak for clinetId 'mediaportalvdtclient'
CERT_FILE_NAME: connected to your custom.crt used in the secrets of the cluster