0.4.x-0.5.x
If you want to check the current version of Devtron you are using, please use the following command.
Follow the below mentioned steps to upgrade the Devtron version using Helm
1. Apply Prerequisites Patch Job
If you are using rawYaml in deployment template, this update can introduce breaking changes. We recommend you to update the Chart Version
of your app to v4.13.0
to make rawYaml section compatible to new argocd version v2.4.0
.
Or
We have released a argocd-v2.4.0 patch job to fix the compatibilities issues. Please apply this job in your cluster and wait for completion and then only upgrade to Devtron v0.5.x
.
2. Check the devtron release name
3. Set release name in the variable
4. Fetch the latest Devtron helm chart
5. Upgrade Devtron
5.1
Upgrade Devtron to latest version
OR
5.2
Upgrade Devtron to a custom version
You can find the latest releases from Devtron on Github https://github.com/devtron-labs/devtron/releases
Last updated