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-19 12:50:38 +00:00
parent 9312c82e21
commit 9fd27106fe
13 changed files with 157 additions and 7 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="openldap-5.0.6"></a>
### [openldap-5.0.6](https://github.com/truecharts/apps/compare/openldap-5.0.5...openldap-5.0.6) (2021-12-19)
#### Fix
* revert removing of trailing slash ([#1566](https://github.com/truecharts/apps/issues/1566))
<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)
+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