Beta versions
You can test upcoming authentik versions by switching to the next images. These beta versions supported upgrades from the latest stable version, and have a supported upgrade plan to the next stable version.
- docker-compose
- Kubernetes
Add the following block to your `.env` file:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-next
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
Afterwards, run the upgrade commands from the latest release notes.
Add the following block to your `values.yml` file:
authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-next
# pullPolicy: Always to ensure you always get the latest version
pullPolicy: Always
Afterwards, run the upgrade commands from the latest release notes.