update OpenLDAP

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-31 21:07:44 +02:00
parent 0204663f9e
commit c72f3e89cd
2 changed files with 14 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ appVersion: auto
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.12.2
version: 6.12.3
deprecated: false
description: Community developed LDAP software
home: https://www.openldap.org
@@ -26,4 +26,4 @@ sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
version: 1.7.9
version: 1.7.10

View File

@@ -309,8 +309,19 @@ questions:
type: string
required: true
default: ""
- variable: LDAP_CONFIG_PASSWORD
label: "LDAP_CONFIG_PASSWORD"
schema:
type: string
required: true
default: ""
- variable: LDAP_BASE_DN
label: "LDAP_BASE_DN"
schema:
type: string
required: true
default: ""
# Configure Enviroment Variables
- variable: envList
label: "Image environment"
group: "Container Configuration"