528 B
528 B
title |
---|
Next |
TBD
Upgrading
This release does not introduce any new requirements.
docker-compose
Download the latest docker-compose file from here. Afterwards, simply run docker-compose up -d
and then the standard upgrade command of docker-compose run --rm server migrate
.
Kubernetes
Run helm repo update
and then upgrade your release with helm upgrade passbook authentik/authentik --devel -f values.yaml
.