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

This commit is contained in:
Stavros Kois
2022-08-10 21:53:54 +00:00
committed by GitHub
parent 757ee3bbae
commit d5ea8234c1
2 changed files with 4 additions and 4 deletions
+1 -1
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
+3 -3
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"