Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-26 18:24:56 +00:00
parent acf510ea13
commit 4c1861933f
758 changed files with 4575 additions and 1750 deletions
+5
View File
@@ -1,6 +1,11 @@
# Changelog<br>
<a name="openldap-3.0.0"></a>
### [openldap-3.0.0](https://github.com/truecharts/apps/compare/openldap-2.0.2...openldap-3.0.0) (2021-09-26)
<a name="openldap-2.0.2"></a>
### [openldap-2.0.2](https://github.com/truecharts/apps/compare/openldap-2.0.1...openldap-2.0.2) (2021-09-21)
+5
View File
@@ -42,6 +42,9 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/openldap"` | |
| image.tag | string | `"v1.5.0@sha256:fd870eecad0a5a5097ec7377a4441aa77171b4e10d8336f63698144dc3a51a4b"` | |
| persistence.varrun.enabled | bool | `false` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| replication.clusterName | string | `"cluster.local"` | |
| replication.enabled | bool | `false` | |
| replication.interval | string | `"00:00:00:10"` | |
@@ -49,6 +52,8 @@ You will, however, be able to use all values referenced in the common chart here
| replication.starttls | string | `"critical"` | |
| replication.timeout | int | `1` | |
| replication.tls_reqcert | string | `"never"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.https.ports.https.port | int | `636` | |
| service.main.ports.main.port | int | `389` | |
| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap/","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d/","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
+1 -1
View File
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org | common | 8.0.7 |
## Installing the Chart