authentik: Make tag configurable
This commit is contained in:
@@ -5,6 +5,11 @@ argument_specs:
|
||||
short_description: Authentik container
|
||||
description: "Sets up an authentik docker container."
|
||||
options:
|
||||
authentik_tag:
|
||||
description: 'Authentik version to use. Can be minor (2024.8) or patch (2024.8.1) or "latest".'
|
||||
type: str
|
||||
required: false
|
||||
default: latest
|
||||
authentik_env:
|
||||
description: "dict of custom environment variables for authentik container"
|
||||
type: dict
|
||||
|
||||
Reference in New Issue
Block a user