From c72f3e89cd02b6f4fffcf7ee44cfec6fd1e201b1 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 31 Aug 2021 21:07:44 +0200 Subject: [PATCH] update OpenLDAP --- charts/stable/openldap/Chart.yaml | 4 ++-- charts/stable/openldap/SCALE/questions.yaml | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index 52ecda17b56..6611de8e220 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -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 diff --git a/charts/stable/openldap/SCALE/questions.yaml b/charts/stable/openldap/SCALE/questions.yaml index 5c36af8a03e..945a68e10a4 100644 --- a/charts/stable/openldap/SCALE/questions.yaml +++ b/charts/stable/openldap/SCALE/questions.yaml @@ -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"