Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f2ce31af18
commit
a0632d1f11
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="openldap-5.0.2"></a>
|
||||
### [openldap-5.0.2](https://github.com/truecharts/apps/compare/openldap-5.0.1...openldap-5.0.2) (2021-12-12)
|
||||
|
||||
#### Fix
|
||||
|
||||
* remove required setting on booleans in questions
|
||||
|
||||
|
||||
|
||||
<a name="openldap-5.0.1"></a>
|
||||
### [openldap-5.0.1](https://github.com/truecharts/apps/compare/openldap-5.0.0...openldap-5.0.1) (2021-12-11)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Chore
|
||||
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<a name="openldap-4.0.18"></a>
|
||||
### [openldap-4.0.18](https://github.com/truecharts/apps/compare/openldap-4.0.17...openldap-4.0.18) (2021-11-30)
|
||||
|
||||
#### Chore
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.9.18
|
||||
digest: sha256:c8ffe014352b1463eb3223515092f17b7e698cf90aa94cf9278dea355cea496c
|
||||
generated: "2021-12-11T14:27:40.077868027Z"
|
||||
generated: "2021-12-12T01:10:20.867232081Z"
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/jp-gouin/helm-openldap
|
||||
- https://github.com/osixia/docker-openldap
|
||||
type: application
|
||||
version: 5.0.1
|
||||
version: 5.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
|
@ -240,13 +240,11 @@ questions:
|
|||
label: "LDAP_READONLY_USER"
|
||||
schema:
|
||||
type: boolean
|
||||
required: true
|
||||
default: false
|
||||
- variable: LDAP_RFC2307BIS_SCHEMA
|
||||
label: "LDAP_RFC2307BIS_SCHEMA"
|
||||
schema:
|
||||
type: boolean
|
||||
required: true
|
||||
default: false
|
||||
- variable: LDAP_BACKEND
|
||||
label: "LDAP_BACKEND"
|
||||
|
@ -258,13 +256,11 @@ questions:
|
|||
label: "LDAP_TLS"
|
||||
schema:
|
||||
type: boolean
|
||||
required: true
|
||||
default: true
|
||||
- variable: LDAP_TLS_ENFORCE
|
||||
label: "LDAP_TLS_ENFORCE"
|
||||
schema:
|
||||
type: boolean
|
||||
required: true
|
||||
default: false
|
||||
- variable: LDAP_TLS_VERIFY_CLIENT
|
||||
label: "LDAP_TLS_VERIFY_CLIENT"
|
||||
|
@ -300,13 +296,11 @@ questions:
|
|||
label: "KEEP_EXISTING_CONFIG"
|
||||
schema:
|
||||
type: boolean
|
||||
required: true
|
||||
default: false
|
||||
- variable: LDAP_REMOVE_CONFIG_AFTER_SETUP
|
||||
label: "LDAP_REMOVE_CONFIG_AFTER_SETUP"
|
||||
schema:
|
||||
type: boolean
|
||||
required: true
|
||||
default: true
|
||||
- variable: LDAP_SSL_HELPER_PREFIX
|
||||
label: "LDAP_SSL_HELPER_PREFIX"
|
Loading…
Reference in New Issue