Skip to main content
Skip table of contents

Migration Guide 25.1 [Prep GEN]

Changes for ConfigPortal

The inventory for cp needs to be changed if you want to set the environment

CODE
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.

image-20250407-154603.png

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.

CODE
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'
  1. TWELVELABS_API_KEY : should be provided from TwelveLabs

  2. CLIENT_SECRET : To find in keycloak for clinetId 'mediaportalvdtclient'

    image-20250407-153837.png

  3. CERT_FILE_NAME : connected to your custom.crt used in the secrets of the cluster

    image-20250407-154249.png


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.