Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-08-18 07:35:43 +00:00
parent a48505f718
commit 69fd998c7b
13 changed files with 16 additions and 7 deletions

View File

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

View File

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

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

View File

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