From 0d32aa48849e5a9bc870d73bebce3f88f09c6e52 Mon Sep 17 00:00:00 2001 From: EMERALD Date: Tue, 22 Aug 2023 02:23:52 -0500 Subject: [PATCH] fix(mealie) ldap name attribute (#11654) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes #11653 by replacing a non-existent variable name with what is believed to be the intended one. **⚙️ 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 **🧪 How Has This Been Tested?** Has not been tested as it's a simple typo fix. **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: EMERALD Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/mealie/Chart.yaml | 2 +- charts/stable/mealie/questions.yaml | 4 ++-- charts/stable/mealie/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index ec0d3f53989..1d393ee2faf 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -18,7 +18,7 @@ name: mealie sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - https://github.com/hay-kot/mealie -version: 17.0.15 +version: 17.0.16 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/mealie/questions.yaml b/charts/stable/mealie/questions.yaml index e1bb0e07145..d510b4493af 100644 --- a/charts/stable/mealie/questions.yaml +++ b/charts/stable/mealie/questions.yaml @@ -360,8 +360,8 @@ questions: schema: type: string default: uid - - variable: user_attribute - label: User Attribute + - variable: name_attribute + label: Name Attribute description: The LDAP attribute that maps to the user's name schema: type: string diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index d42a9791955..7081f14fc67 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -59,7 +59,7 @@ mealie: user_filter: "" admin_filter: "" id_attribute: uid - user_attribute: name + name_attribute: name mail_attribute: mail workload: