fix(authentik): fix ldap outpost settings not showing, and make mail port an int (#3433)
This commit is contained in:
parent
757ee3bbae
commit
d5ea8234c1
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue