Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-18 20:15:26 +00:00
parent cf1485a0b7
commit 552fd3d562
764 changed files with 15364 additions and 2186 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="openldap-5.0.5"></a>
### [openldap-5.0.5](https://github.com/truecharts/apps/compare/openldap-5.0.4...openldap-5.0.5) (2021-12-18)
#### Chore
* cleanup questions by removing hidden dicts ([#1558](https://github.com/truecharts/apps/issues/1558))
* App-Icon Organization ([#1539](https://github.com/truecharts/apps/issues/1539))
<a name="openldap-5.0.4"></a>
### [openldap-5.0.4](https://github.com/truecharts/apps/compare/openldap-5.0.3...openldap-5.0.4) (2021-12-14)
+1 -1
View File
@@ -60,6 +60,6 @@ You will, however, be able to use all values referenced in the common chart here
| service.ldaps.ports.ldaps.targetPort | int | `636` | |
| service.main.ports.main.port | int | `389` | |
| service.main.ports.main.targetPort | int | `389` | |
| volumeClaimTemplates | object | `{"data":{"enabled":true,"mountPath":"/var/lib/ldap/"},"slapd":{"enabled":true,"mountPath":"/etc/ldap/slapd.d/"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
| volumeClaimTemplates | object | `{"data":{"enabled":true,"mountPath":"/var/lib/ldap"},"slapd":{"enabled":true,"mountPath":"/etc/ldap/slapd.d"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
All Rights Reserved - The TrueCharts Project
File diff suppressed because one or more lines are too long