Upgrade the TimesTen CRDs

To upgrade the TimesTen CRDs in your cluster, use the ttcrd chart from the new release.

Note the following:
  • You cannot downgrade TimesTen CRDs.

  • Since CRDs are cluster-scoped, if you delete TimesTen CRDs from your Kubernetes cluster, all TimesTenClassic objects that are deployed in this cluster are also deleted.

  1. Confirm the current ttcrd release.
    helm list

    The output is similar to the following:

    NAME    NAMESPACE       REVISION        UPDATED                                 STATUS   CHART                   APP VERSION
    ttcrd   default         1               2024-08-01 20:50:47.406557985 +0000 UTC deployed ttcrd-2211270.1.0       22.1.1.27.0

    The ttcrd chart version is 2211270.1.0 and appversion is 22.1.1.27.0 corresponding to TimesTen release 22.1.1.27.0.

  2. On your development host, change to the new_kube_files/helm directory.
    cd new_kube_files/helm
  3. Upgrade to the new release.
    helm upgrade ttcrd ./ttcrd

    The output is similar to the following:

    Release "ttcrd" has been upgraded. Happy Helming!
    NAME: ttcrd
    LAST DEPLOYED: Sun Aug  4 19:07:52 2024
    NAMESPACE: default
    STATUS: deployed
    REVISION: 2
    TEST SUITE: None
    NOTES:
    Version 2211280.1.0 the ttcrd chart has been installed.
    
    This release is named "ttcrd".
    
    To learn more about the release, try:
    
      $ helm status ttcrd
      $ helm get all ttcrd
      $ helm history ttcrd
    
    To rollback to a previous version of the chart, run:
    
      $ helm rollback ttcrd <REVISION>
        - run 'helm history ttcrd' for a list of revisions.
    

    The TimesTen CRDs are upgraded to the new release.

Congratulations! You successfully upgraded the TimesTen CRDs.