Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-08-10 22:02:32 +00:00
parent 32405f77e7
commit 25e84e2dc8
17 changed files with 15 additions and 15 deletions

View File

@@ -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))

View File

@@ -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"

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

@@ -1,6 +1,6 @@
# authentik
![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![AppVersion: 2022.7.3](https://img.shields.io/badge/AppVersion-2022.7.3-informational?style=flat-square)
![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 2022.7.3](https://img.shields.io/badge/AppVersion-2022.7.3-informational?style=flat-square)
authentik is an open-source Identity Provider focused on flexibility and versatility.

View File

@@ -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"