Daily Housekeeping

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-08-16 14:14:37 +00:00
parent fecb869175
commit 716f634fa5
440 changed files with 6776 additions and 13256 deletions
+6 -74
View File
@@ -1,76 +1,8 @@
# openldap
# Configuration Options
![Version: 1.2.3](https://img.shields.io/badge/Version-1.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide:
https://truecharts.org/manual/linking/
Community developed LDAP software
**Homepage:** <https://www.openldap.org>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| TrueCharts | info@truecharts.org | truecharts.org |
| Ornias1993 | kjeld@schouten-lebbing.nl | truecharts.org |
## Source Code
* <https://github.com/jp-gouin/helm-openldap>
* <https://github.com/osixia/docker-openldap>
## Requirements
Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.8.0 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| controller.replicas | int | `1` | Number of desired pods |
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
| 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.LDAP_BACKEND | string | `"mdb"` | |
| env.LDAP_CONFIG_PASSWORD | string | `"changeme"` | |
| env.LDAP_DOMAIN | string | `"example.org"` | |
| env.LDAP_LOG_LEVEL | string | `"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_SSL_HELPER_PREFIX | string | `"ldap"` | |
| env.LDAP_TLS | string | `"true"` | |
| env.LDAP_TLS_CIPHER_SUITE | string | `"NORMAL"` | |
| env.LDAP_TLS_ENFORCE | string | `"false"` | |
| env.LDAP_TLS_PROTOCOL_MIN | string | `"3.0"` | |
| env.LDAP_TLS_REQCERT | string | `"never"` | |
| env.LDAP_TLS_VERIFY_CLIENT | string | `"never"` | |
| envFrom[0].configMapRef.name | string | `"openldapconfig"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"osixia/openldap"` | |
| image.tag | string | `"1.5.0"` | |
| replication.clusterName | string | `"cluster.local"` | |
| replication.enabled | bool | `false` | |
| replication.interval | string | `"00:00:00:10"` | |
| replication.retry | int | `60` | |
| replication.starttls | string | `"critical"` | |
| replication.timeout | int | `1` | |
| replication.tls_reqcert | string | `"never"` | |
| 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. |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
version: 1.2.3
version: 1.2.4
+32 -54
View File
@@ -1,17 +1,11 @@
# openldap
# Introduction
![Version: 1.2.3](https://img.shields.io/badge/Version-1.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
Community developed LDAP software
**Homepage:** <https://www.openldap.org>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| TrueCharts | info@truecharts.org | truecharts.org |
| Ornias1993 | kjeld@schouten-lebbing.nl | truecharts.org |
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,55 +16,39 @@ Community developed LDAP software
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.8.0 |
## Values
## Installing the Chart
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| controller.replicas | int | `1` | Number of desired pods |
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
| 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.LDAP_BACKEND | string | `"mdb"` | |
| env.LDAP_CONFIG_PASSWORD | string | `"changeme"` | |
| env.LDAP_DOMAIN | string | `"example.org"` | |
| env.LDAP_LOG_LEVEL | string | `"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_SSL_HELPER_PREFIX | string | `"ldap"` | |
| env.LDAP_TLS | string | `"true"` | |
| env.LDAP_TLS_CIPHER_SUITE | string | `"NORMAL"` | |
| env.LDAP_TLS_ENFORCE | string | `"false"` | |
| env.LDAP_TLS_PROTOCOL_MIN | string | `"3.0"` | |
| env.LDAP_TLS_REQCERT | string | `"never"` | |
| env.LDAP_TLS_VERIFY_CLIENT | string | `"never"` | |
| envFrom[0].configMapRef.name | string | `"openldapconfig"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"osixia/openldap"` | |
| image.tag | string | `"1.5.0"` | |
| replication.clusterName | string | `"cluster.local"` | |
| replication.enabled | bool | `false` | |
| replication.interval | string | `"00:00:00:10"` | |
| replication.retry | int | `60` | |
| replication.starttls | string | `"critical"` | |
| replication.timeout | int | `1` | |
| replication.tls_reqcert | string | `"never"` | |
| 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. |
To install the chart with the release name `openldap`
- Open TrueNAS SCALE
- Go to Apps
- Click "Install" for this specific Apps
- Fill out the configuration form
## Uninstalling the Chart
To uninstall the `openldap` deployment
- Open TrueNAS SCALE
- Go to Apps
- Go to "Installed Apps"
- Expand the menu in the top-right corner of this App
- Click "Remove" for this specific Apps
The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release.
## Support
- See the [Wiki](https://truecharts.org)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project