Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-10 07:41:15 +00:00
parent 80df8ef668
commit 8c57c3b71a
17 changed files with 20 additions and 20 deletions

View File

@ -2,6 +2,15 @@
## [authentik-3.0.1](https://github.com/truecharts/charts/compare/authentik-3.0.0...authentik-3.0.1) (2022-08-10)
### Fix
- enable services/ports and disable geoip by default ([#3424](https://github.com/truecharts/charts/issues/3424))
## [authentik-3.0.0](https://github.com/truecharts/charts/compare/authentik-2.0.32...authentik-3.0.0) (2022-08-09)
### Feat
@ -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
- 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-09T22:16:59.629365221Z"
generated: "2022-08-10T07:35:06.851352219Z"

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.0
version: 3.0.1
annotations:
truecharts.org/catagories: |
- authentication

View File

@ -1,6 +1,6 @@
# authentik
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 2022.7.3](https://img.shields.io/badge/AppVersion-2022.7.3-informational?style=flat-square)
![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-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

@ -140,18 +140,18 @@ service:
port: 10231
targetPort: 9301
ldap:
enabled: false
enabled: true
ports:
ldap1:
enabled: false
enabled: true
port: 389
targetPort: 3389
ldap2:
enabled: false
enabled: true
port: 636
targetPort: 6636
metrics:
enabled: false
ldap-metrics:
enabled: true
port: 10232
protocol: HTTP
targetPort: 9300

View File

@ -436,7 +436,7 @@ questions:
description: "Enables GeoIP container"
schema:
type: boolean
default: true
default: false
show_subquestions_if: true
subquestions:
- variable: account_id
@ -1187,7 +1187,7 @@ questions:
schema:
type: int
default: 6636
- variable: metrics
- variable: ldap-metrics
label: "LDAP metrics Service Port Configuration"
schema:
additional_attrs: true

View File

@ -17,7 +17,7 @@ ports:
- containerPort: 6636
{{ if .Values.outposts.ldap.metrics }}
- containerPort: 9300
name: metrics
name: ldap-metrics
{{ end }}
readinessProbe:
exec: