chore(authentic): update default avatar value (#7372)

* Update default avatar env value

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>

* Update Chart.yaml

* Update questions.yaml

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
This commit is contained in:
sdimovv
2023-02-20 18:55:50 +02:00
committed by GitHub
parent 5f1ba5bdc3
commit 5e8e4706a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ questions:
description: Configure how authentik should show avatars for users
schema:
type: string
default: gravatar
default: gravatar,initials
- variable: token_length
label: Token Length
description: Configure the length of generated tokens
+1 -1
View File
@@ -41,7 +41,7 @@ authentik:
allow_user_username_change: true
gdpr_compliance: true
impersonation: true
avatars: "gravatar"
avatars: "gravatar,initials"
token_length: 128
# Use single quotes for footer_links
footer_links: '[{"name": "Link Name", "href": "https://mylink.com"}]'