mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-07 10:36:17 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [authentik-3.0.3](https://github.com/truecharts/charts/compare/authentik-3.0.2...authentik-3.0.3) (2022-08-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix ldap outpost settings not showing, and make mail port an int ([#3433](https://github.com/truecharts/charts/issues/3433))
|
||||
|
||||
|
||||
|
||||
|
||||
## [authentik-3.0.2](https://github.com/truecharts/charts/compare/authentik-3.0.1...authentik-3.0.2) (2022-08-10)
|
||||
|
||||
### Fix
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [authentik-2.0.27](https://github.com/truecharts/apps/compare/authentik-2.0.26...authentik-2.0.27) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@ dependencies:
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.50
|
||||
digest: sha256:81d2872e36dada3a38b120e1b05921a620e693837327731b46507e53a2b9d761
|
||||
generated: "2022-08-10T18:59:24.002971149Z"
|
||||
generated: "2022-08-10T21:56:09.708283535Z"
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
# authentik
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
authentik is an open-source Identity Provider focused on flexibility and versatility.
|
||||
|
||||
@@ -264,8 +264,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"
|
||||
@@ -395,7 +395,7 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if:
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: insecure
|
||||
label: "Insecure"
|
||||
Reference in New Issue
Block a user