0.6.x-0.7.x
To check the current version of your Devtron setup, use the following command
kubectl -n devtroncd get installers installer-devtron -o jsonpath='{.status.sync.data}' | grep "^LTAG=" | cut -d"=" -f2-Proceed with the following steps only if the version is 0.6.x
Prerequisites
Set the release name
export RELEASE_NAME=devtronLabel and annotate the service accounts in the
devtron-cinamespace
kubectl -n devtron-ci label sa --all "app.kubernetes.io/managed-by=Helm" --overwrite
kubectl -n devtron-ci annotate sa --all "meta.helm.sh/release-name=$RELEASE_NAME" "meta.helm.sh/release-namespace=devtroncd" --overwriteNow, label and annotate the service accounts in the
devtron-cdnamespace
kubectl -n devtron-cd label sa --all "app.kubernetes.io/managed-by=Helm" --overwrite
kubectl -n devtron-cd annotate sa --all "meta.helm.sh/release-name=$RELEASE_NAME" "meta.helm.sh/release-namespace=devtroncd" --overwriteUpgrade Commands
Update the Helm repository
helm repo updateRun the upgrade command for Devtron
helm upgrade devtron devtron/devtron-operator -n devtroncd --reuse-values -f https://raw.githubusercontent.com/devtron-labs/devtron/main/charts/devtron/devtron-bom.yamlExpected Command Output

Last updated
Was this helpful?

