fix(authentik): fix ldap outpost settings not showing, and make mail port an int (#3433)

This commit is contained in:
Stavros Kois 2022-08-11 00:53:54 +03:00 committed by GitHub
parent 757ee3bbae
commit d5ea8234c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
- https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/
version: 3.0.2
version: 3.0.3
annotations:
truecharts.org/catagories: |
- authentication

View File

@ -122,8 +122,8 @@ questions:
label: "Mail Server Port"
description: "Sets port of mail server"
schema:
type: string
default: ""
type: int
default: 25
- variable: tls
label: "Use TLS for authentication"
description: "Sets tls for mail server authentication"
@ -253,7 +253,7 @@ questions:
schema:
type: boolean
default: false
show_subquestions_if:
show_subquestions_if: true
subquestions:
- variable: insecure
label: "Insecure"