> ## Documentation Index
> Fetch the complete documentation index at: https://lightdash-mintlify-41a20335.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Updating Lightdash to the latest version

## Local deployments

If you're running Lightdash on your own laptop using Docker, you just need to instruct Docker to pull the latest version of Lightdash:

```bash theme={null}
docker pull lightdash/lightdash
```

Now restart Lightdash and you'll be upgraded to the latest version.

## Kubernetes/helm deployments

If you install Lightdash into kubernetes using our [community helm charts](https://github.com/lightdash/helm-charts)you need to update your helm chart repository and upgrade your deployment.

```bash theme={null}
helm repo update lightdash
helm upgrade -f values.yml lightdash lightdash/lightdash
```

## Update the Lightdash CLI

Your Lightdash CLI version should match the version of Lightdash you're running. After upgrading your deployment, make sure anyone using the CLI also upgrades it — otherwise commands like `lightdash preview` and `lightdash deploy` may behave unexpectedly.

See [Upgrading your Lightdash CLI](/guides/cli/how-to-upgrade-cli) for instructions.
