Upgrading 5.0.0 to 5.0.1 in k8s

Hi there!

I’m testing running CHT 5.0.0 under k8s (AWS EKS). Since the “upgrade” button has been removed from the admin UI, what is the recommendation for upgrade upgrading 5.0.0 to 5.0.1 in k8s? I don’t see any steps in the docs site to upgrade 5.x → 5.x, only 4.x → 5.x.

Thanks!

2 Likes

@diana was kind and gentle and reminded me what I forgot: the way to upgrade a Kubernetes deployment is to

  1. go to the app management section in your CHT instance
  2. for the version you want to upgrade to, stage the upgrade (warms the views)
  3. update your values file with the same CHT version on step 2 above (see chtversion on line 3)
  4. run helm upgrade specifying your deployment
1 Like