Upgrading TIBCO Control Plane
You can upgrade self-hosted TIBCO Control Plane by upgrading updated Helm charts.
- Procedure
-
Update your local helm repo with the latest charts.
helm repo update
-
For a new installation of TIBCO Control Plane, recipe jobs have Time to Live (TTL) of one hour. They get automatically deleted after one hour. If you are trying to upgrade within this hour, you must delete the recipe jobs first.
kubectl delete job -n <namespace> dp-oauth2proxy-recipe-oauth2proxy tp-cp-hawk-console-recipes-hawk-console tp-cp-infra-recipe-cp-proxy tp-cp-infra-recipe-integrationcore tp-cp-infra-recipe-monitor-agent tp-cp-infra-recipe-o11y-exporter tp-cp-infra-recipe-o11y tp-cp-servicemesh-recipe capability-contribution-tibco-hub
-
Upgrade platform-bootstrap chart by using the following command. For more information about the chart version, see Helm Chart Version Matrix.
helm upgrade --install --reset-then-reuse-values -n <namespace> platform-bootstrap tibco-platform/platform-bootstrap --version=<version>
Example:
helm upgrade --install --reset-then-reuse-values -n cp1 platform-bootstrap tibco-platform/platform-bootstrap --version=1.4.85
-
Upgrade platform-base chart by using the following command. For more information about the chart version, see Helm Chart Version Matrix.
helm upgrade --install --reset-then-reuse-values -n <namespace> platform-base tibco-platform/platform-base --version=<version>
-
If you are already signed in to TIBCO Control Plane, sign out and sign in again.