From 5e8e4706a194c7728afb09d13db7964a88533d64 Mon Sep 17 00:00:00 2001 From: sdimovv <36302090+sdimovv@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:55:50 +0200 Subject: [PATCH] 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> --- charts/stable/authentik/questions.yaml | 2 +- charts/stable/authentik/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/authentik/questions.yaml b/charts/stable/authentik/questions.yaml index d043af9ae6e..31808b42d44 100644 --- a/charts/stable/authentik/questions.yaml +++ b/charts/stable/authentik/questions.yaml @@ -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 diff --git a/charts/stable/authentik/values.yaml b/charts/stable/authentik/values.yaml index 5173c0b8e65..cee95e492d5 100644 --- a/charts/stable/authentik/values.yaml +++ b/charts/stable/authentik/values.yaml @@ -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"}]'