From e029858310d6121cb24ab3b84cd93b5b839cd1a2 Mon Sep 17 00:00:00 2001 From: NeoToxic Date: Sun, 23 Jul 2023 20:30:17 +0200 Subject: [PATCH] fix(lldap) fix password requirements with the correct validation type. (#10774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **⚒️ Fixes** Change min value for LLDAP password to min length **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning --------- Signed-off-by: NeoToxic Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> --- charts/stable/lldap/Chart.yaml | 2 +- charts/stable/lldap/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml index 834e7198efb..c45fbe132f1 100644 --- a/charts/stable/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - https://github.com/nitnelave/lldap type: application -version: 1.2.0 +version: 1.2.1 annotations: truecharts.org/catagories: | - ldap diff --git a/charts/stable/lldap/questions.yaml b/charts/stable/lldap/questions.yaml index f8c0998664a..fdb57e89d2f 100644 --- a/charts/stable/lldap/questions.yaml +++ b/charts/stable/lldap/questions.yaml @@ -41,7 +41,7 @@ questions: required: true private: true default: "" - min: 8 + min_length: 8 - variable: LLDAP_HTTP_URL label: "Public URL" schema: