Upgrade Tyk on Helm
Last updated: 1 minute read.
After reviewing guidelines for preparing for upgrade, follow the instructions below to upgrade your Tyk components and plugins.
Upgrade order: Please note that upgrade order is as explained in the upgrade overview
Upgrade instructions for Tyk Dashboard, Tyk Pump and MDCB
The instruction below refer to upgrading Tyk Gateway. You can follow the same steps for Tyk Dashboard, Tyk Pump and MDCB.
Upgrade Tyk Gateway
- Backup your gateway config file (tyk.confor the name you chose for it),.envandvalues.yaml. Even if you’re using the environment variables from thevalues.yamlto define your configuration, there still might be a config file used and loaded with field values you relay on.
- Backup your .envandvalues.yaml
- Update the image version in your values.yaml
 For example, in this values.yaml change the version of the tagtag: v5.3to the version you want.
- Run Helm upgradewith your relevantvalues.yamlfile/s.
 Check the helm upgrade docs for more details on theupgradecommand.