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-11 12:59:16 +00:00
parent cad131731c
commit 5ef83eaa23
123 changed files with 2073 additions and 613 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="openldap-5.0.0"></a>
### [openldap-5.0.0](https://github.com/truecharts/apps/compare/openldap-4.0.25...openldap-5.0.0) (2021-12-11)
#### Feat
* move user/pass/secrets/keys from `env` to `secret` ([#1501](https://github.com/truecharts/apps/issues/1501))
<a name="openldap-4.0.25"></a>
### [openldap-4.0.25](https://github.com/truecharts/apps/compare/openldap-4.0.24...openldap-4.0.25) (2021-12-11)
+12 -12
View File
@@ -18,23 +18,19 @@ You will, however, be able to use all values referenced in the common chart here
| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable |
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. |
| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset |
| env.CONTAINER_LOG_LEVEL | string | `"4"` | |
| env.KEEP_EXISTING_CONFIG | string | `"false"` | |
| env.LDAP_ADMIN_PASSWORD | string | `"ldapadmin"` | |
| env.CONTAINER_LOG_LEVEL | int | `4` | |
| env.KEEP_EXISTING_CONFIG | bool | `false` | |
| env.LDAP_BACKEND | string | `"mdb"` | |
| env.LDAP_CONFIG_PASSWORD | string | `"changeme"` | |
| env.LDAP_DOMAIN | string | `"example.org"` | |
| env.LDAP_LOG_LEVEL | string | `"256"` | |
| env.LDAP_LOG_LEVEL | int | `256` | |
| env.LDAP_ORGANISATION | string | `"Example Inc."` | |
| env.LDAP_READONLY_USER | string | `"false"` | |
| env.LDAP_READONLY_USER_PASSWORD | string | `"readonly"` | |
| env.LDAP_READONLY_USER_USERNAME | string | `"readonly"` | |
| env.LDAP_REMOVE_CONFIG_AFTER_SETUP | string | `"true"` | |
| env.LDAP_RFC2307BIS_SCHEMA | string | `"false"` | |
| env.LDAP_READONLY_USER | bool | `false` | |
| env.LDAP_REMOVE_CONFIG_AFTER_SETUP | bool | `true` | |
| env.LDAP_RFC2307BIS_SCHEMA | bool | `false` | |
| env.LDAP_SSL_HELPER_PREFIX | string | `"ldap"` | |
| env.LDAP_TLS | string | `"true"` | |
| env.LDAP_TLS | bool | `true` | |
| env.LDAP_TLS_CIPHER_SUITE | string | `"NORMAL"` | |
| env.LDAP_TLS_ENFORCE | string | `"false"` | |
| env.LDAP_TLS_ENFORCE | bool | `false` | |
| env.LDAP_TLS_PROTOCOL_MIN | string | `"3.0"` | |
| env.LDAP_TLS_REQCERT | string | `"never"` | |
| env.LDAP_TLS_VERIFY_CLIENT | string | `"never"` | |
@@ -52,6 +48,10 @@ 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"` | |
| secret.LDAP_ADMIN_PASSWORD | string | `"ldapadmin"` | |
| secret.LDAP_CONFIG_PASSWORD | string | `"changeme"` | |
| secret.LDAP_READONLY_USER_PASSWORD | string | `"readonly"` | |
| secret.LDAP_READONLY_USER_USERNAME | string | `"readonly"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.ldaps.enabled | bool | `true` | |