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.conf
or the name you chose for it),.env
andvalues.yaml
. Even if you’re using the environment variables from thevalues.yaml
to define your configuration, there still might be a config file used and loaded with field values you relay on. - Backup your
.env
andvalues.yaml
- Update the image version in your values.yaml
For example, in this values.yaml change the version of the tagtag: v5.3
to the version you want. - Run
Helm upgrade
with your relevantvalues.yaml
file/s.
Check the helm upgrade docs for more details on theupgrade
command.