Upgrade Loft
Upgrading Loft is easy! Loft can be upgraded either via the Loft CLI, or with Helm.
Upgrade Loft via:
- CLI
- helm
To upgrade Loft via Loft CLI, run:
loft start --upgrade --version=$VERSION --values=loft.yaml
To upgrade Loft via helm
, run:
helm upgrade loft loft -n loft --repository-config '' --repo https://charts.loft.sh \
--version $VERSION \
--reuse-values \
-f loft.yaml
Versions and Values
The $VERSION
variable above is an environment variable set to your desired Loft version to
deploy. The loft.yaml
file is an optional YAML file that contains Helm values you would like
to use when upgrading your Loft deployment.