From 9390e9e6b535e75f1dca0a7c5824a5c73bc91c01 Mon Sep 17 00:00:00 2001 From: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:16:02 +0000 Subject: [PATCH] fix(authelia): typo (#5219) * initial * add descriptions * typo * Update charts/stable/authelia/questions.yaml Signed-off-by: Kjeld Schouten-Lebbing Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> Signed-off-by: Kjeld Schouten-Lebbing Co-authored-by: Kjeld Schouten-Lebbing --- charts/stable/authelia/Chart.yaml | 2 +- charts/stable/authelia/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 50d78bb675d..c06ed22ccce 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -39,7 +39,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 14.0.11 +version: 14.0.12 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/authelia/questions.yaml b/charts/stable/authelia/questions.yaml index 0857f58d4e0..99d8e1d35e8 100644 --- a/charts/stable/authelia/questions.yaml +++ b/charts/stable/authelia/questions.yaml @@ -914,7 +914,7 @@ questions: description: "two_factor" - variable: consent_mode label: "Consent Mode" - description: "Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or implicit (Automatically assumes consent for every authorization, never asking the user if they wish to give consent." + description: "Configures the consent mode. This can be set to auto (default), explicit (consent required every time) or implicit (automatically assumes consent for every authorization, never asking the user if they wish to give consent.)" schema: type: string default: "auto"