Update
Currently, updating RIME is a manual process (we will add more automated updates very soon!). Here’s how you can update the various pieces of RIME.
SDK update
Updating the SDK is very easy, simply run:
pip install rime-sdk --upgrade
Cluster image update
Update
versionin terraform.Run
terraform applyto apply changes to your cluster. You will also need tohelm updateif you are not using terraform managed helm release.After a few minutes your RIME images should all be updated.
Cluster update
Update your terraform module version (change the source of the module to the appropriate version).
Run
helm repo update.Run a
terraform get -updateandterraform apply.Once the apply finishes, your cluster should be updated!