Skip to main content
Skip table of contents

Migration Guide 24.4 [Prep GEN]

Content:

  • PREPARED Installer

  • VidiNet Release Layer Version

  • Documentation

  • Patch Information

Migration from 24.3 to 24.4

Additional secret for VidiFlow

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 headlamp

Web based Authentication:

From PREPARED 24.4 onward, you can enable web based authentication by assigning a username and password in your inventory vault file per below:

CODE
headlamp:
  base:
    default:
      ...
      username: "admin"
      password: "password"

PREPARED will automatically pick it up and configure headlamp in a way that it asks for this username and password when you try to access it.

ServiceAccountToken (TOKEN VERWENDEN):

The needed SeviceAccountToken gets created during deployment and is called “support-token”. In order to retrieve it, you can use your existing monitoring solution or shell into prepared and use the following command:

 

CODE
kubectl describe secret support-token

 

JavaScript errors detected

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

If this problem persists, please contact our support.