Upgrade
Upgrading to a new version of the Digital Distributed Container is simple.
First download the new helm charts for that version:
helm pull oci://registry.trisotech.com/des/charts/ddc --version <VERSION>
The DDC upgrade is done using the helm --reuse-values
parameter which ensure previous configuration is kept. Any new option can be added / changed using --set option=value
parameter.
You can update the version of the DDC using this command:
helm upgrade \
--reuse-values \
--set image.tag=<TAG> \
--wait \
--namespace=des \
--atomic \
<DDC_NAME> ddc-<VERSION>.tgz
Replace <TAG>
with the updated tag of the DDC.
Replace <DDC_NAME>
with the deployment name you had use for installation of the DDC.