From 9fb3e2277d63c8adce8be9e577c70830529ed741 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:55:28 -0500 Subject: [PATCH] fix(anything-llm) fix anything-llm by removing the required flags on gui options (#18935) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Removes the required flag so the default empty values can be selected. this is intentional. ⚒️ Fixes # **⚙️ 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?** **📃 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 - [ ] ⚠️ 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 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._ --- charts/incubator/anything-llm/Chart.yaml | 2 +- charts/incubator/anything-llm/questions.yaml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/charts/incubator/anything-llm/Chart.yaml b/charts/incubator/anything-llm/Chart.yaml index 276655d2f6e..95c090505ee 100644 --- a/charts/incubator/anything-llm/Chart.yaml +++ b/charts/incubator/anything-llm/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/anything-llm - https://ghcr.io/mintplex-labs/anything-llm type: application -version: 1.0.2 +version: 1.0.3 diff --git a/charts/incubator/anything-llm/questions.yaml b/charts/incubator/anything-llm/questions.yaml index 5ef877f5f48..c20769c8a23 100644 --- a/charts/incubator/anything-llm/questions.yaml +++ b/charts/incubator/anything-llm/questions.yaml @@ -21,8 +21,7 @@ questions: label: LLM Provider schema: type: string - required: true - default: default + default: "" enum: - value: "" description: Default @@ -193,7 +192,6 @@ questions: label: Embedding Engine schema: type: string - required: true default: default enum: - value: "" @@ -223,7 +221,6 @@ questions: label: Vector DB schema: type: string - required: true default: default enum: - value: ""