diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 3d03abb3bda..80a11d73b59 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 7.1.2 +version: 7.1.3 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/stable/authentik/questions.yaml b/charts/stable/authentik/questions.yaml index 83dbe26539a..086e15d506c 100644 --- a/charts/stable/authentik/questions.yaml +++ b/charts/stable/authentik/questions.yaml @@ -247,7 +247,8 @@ questions: description: "URL of your Authentik server. (e.g. https://auth.domain.com)" schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: insecure label: Insecure @@ -269,7 +270,8 @@ questions: schema: type: string private: true - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: overrideBrowserHost label: Override Host Browser @@ -284,7 +286,8 @@ questions: description: URL to use in the browser, when it differs from << host >> schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: proxy label: Proxy @@ -311,7 +314,8 @@ questions: description: "URL of your Authentik server. (e.g. https://auth.domain.com)" schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: insecure label: Insecure @@ -333,7 +337,8 @@ questions: schema: type: string private: true - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: overrideBrowserHost label: Override Host Browser @@ -348,7 +353,8 @@ questions: description: URL to use in the browser, when it differs from << host >> schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: geoip group: Container Configuration