---
title: Upgrade Label Studio Enterprise
short: Upgrade Label Studio
tier: enterprise
type: guide
order: 0
order_enterprise: 75
meta_title: Upgrade Label Studio Enterprise
meta_description: Steps you should take when upgrading Label Studio Enterprise.
section: "Install & Setup"
parent: "install"
parent_enterprise: "install_enterprise"
If you are using Label Studio Enterprise Cloud, all upgrades and updates are automatically deployed.
If you are using the on-premises version of Label Studio, you will need to take additional steps.
If you installed Label Studio Enterprise in a Kubernetes environment, you can upgrade using Helm:
ls-values.yaml file:yaml global: image: tag: "20210914.154442-d2d1935" shell helm repo update heartex shell helm upgrade <RELEASE_NAME> heartex/label-studio -f ls-values.yaml shell helm upgrade <RELEASE_NAME> heartex/label-studio -f ls-values.yaml --set global.image.tag=20210914.154442-d2d1935 ls-values.yaml. You must update the tag value when you upgrade or redeploy your instance to avoid version downgrades.If you installed Label Studio Enterprise through Docker, you can upgrade using the following steps:
docker-compose.yaml to update the Label Studio Enterprise version.shell docker compose up -d
Ideally, you would complete this test on 3-4 projects, each with different labeling configurations and data types.