Installing a Hotfix
You can apply a TIBCO Control Plane hotfix by installing updated Helm charts.
Before you begin If you are using a custom container registry, you must push the updated images to your custom registry. For more information, see Pushing Images to Custom Container Registry.
- Procedure
-
Update your local helm repo with the latest charts.
helm repo update
-
Install the updated chart for hotfix by using the following command. Refer to the Helm Chart Version Matrix for more information about the updated chart versions.
helm upgrade --install -n <namespace> <Helm_Chart_Name> tibco-platform/<Helm_Chart_Name> -f values.yaml --version=<Helm_Chart_Version>
- Currently, upgrading from an earlier TIBCO Control Plane version (including hotfixes) to TIBCO Control Plane hotfix is not supported. Existing data planes, capabilities, and apps do not get the latest changes in the hotfix. To get the latest changes in the hotfix, register a new data plane and then provision capability and deploy apps.