Special procedure to upgrade Dynamic Engine to 1.3.0
Dynamic Engine 1.3.0 changes how services are installed. If you currently run Dynamic Engine version 1.2.x or earlier, you must prepare your cluster for upgrade by cleaning up or reassigning existing resources, regardless of whether you deployed using Helm or manifest files.
About this task
Dynamic Engine 1.3.0 introduces a significant architectural change in how Helm manages service charts. In earlier versions, Dynamic Engine used asynchronous installation, with services deployed as separate groups. Version 1.3.0 uses synchronous installation instead, embedding all services in the main Dynamic Engine and environment Helm charts.
This architectural shift requires two key preparation steps: reassigning resource ownership to the new structure and cleaning up legacy Helm metadata.
Procedure
Results
The upgrade succeeded and services are now consolidated. Run this command to verify:
helm ls -AAll services should show status deployed:
NAME NAMESPACE STATUS CHART
dynamic-engine-crd default deployed dynamic-engine-crd-1.3.0
dynamic-engine default deployed dynamic-engine-1.3.0
dynamic-engine-env default deployed dynamic-engine-environment-1.3.0All your data and configurations remain unchanged; only the way the services are organized has changed.