Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
|
||||
|
||||
## [lldap-2.0.1](https://github.com/truecharts/charts/compare/lldap-2.0.0...lldap-2.0.1) (2023-08-18)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [lldap-2.0.0](https://github.com/truecharts/charts/compare/lldap-1.2.2...lldap-2.0.0) (2023-07-31)
|
||||
|
||||
@@ -92,8 +97,3 @@
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/lldap
|
||||
- https://github.com/nitnelave/lldap
|
||||
type: application
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- ldap
|
||||
4
stable/lldap/2.0.1/app-changelog.md
Normal file
4
stable/lldap/2.0.1/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [lldap-2.0.1](https://github.com/truecharts/charts/compare/lldap-2.0.0...lldap-2.0.1) (2023-08-18)
|
||||
|
||||
@@ -108,24 +108,28 @@ questions:
|
||||
attrs:
|
||||
- variable: LLDAP_LDAP_BASE_DN
|
||||
label: "LDAP Base DN"
|
||||
description: "A domain entry within an Lldap directory."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "dc=example,dc=com"
|
||||
- variable: LLDAP_LDAP_USER_DN
|
||||
label: "Ldap User DN"
|
||||
description: "The Ldap user for the default auth."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: LLDAP_LDAP_USER_EMAIL
|
||||
label: "Ldap User Email"
|
||||
description: "The Ldap user email for the default auth."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: LLDAP_LDAP_USER_PASS
|
||||
label: "Ldap User Password"
|
||||
description: "The Ldap user password for the default auth."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
@@ -134,6 +138,7 @@ questions:
|
||||
min_length: 8
|
||||
- variable: LLDAP_HTTP_URL
|
||||
label: "Public URL"
|
||||
description: "A valid and public FQDN domain, ex https://lldap.example.com or http://IP:PORT"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
@@ -194,7 +199,7 @@ questions:
|
||||
type: string
|
||||
default: "LLDAP Admin <sender@gmail.com>"
|
||||
- variable: LLDAP_SMTP_OPTIONS__REPLY_TO
|
||||
label: SMTP Reply TO
|
||||
label: SMTP Reply To
|
||||
schema:
|
||||
type: string
|
||||
default: "Do not reply <noreply@localhost>"
|
||||
Reference in New Issue
Block a user