From 3960b5bf1c93e8e830ef0fee9620c098afc454c5 Mon Sep 17 00:00:00 2001 From: yodatak Date: Tue, 20 Jan 2026 18:12:45 +0100 Subject: [PATCH] fix(booklore) Add bookdrop folder to booklore (#43836) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add bookdrop folder need by booklore bookdrop conf https://booklore.org/docs/bookdrop **Description** **⚙️ 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 - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** yes with hostpath in my server **✔️ 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 changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` I don't upgrade the version i want people to verifiy if the fix is good --- _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: yodatak Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/booklore/Chart.yaml | 3 +-- charts/stable/booklore/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/stable/booklore/Chart.yaml b/charts/stable/booklore/Chart.yaml index d320b4254ee..648f1df87e1 100644 --- a/charts/stable/booklore/Chart.yaml +++ b/charts/stable/booklore/Chart.yaml @@ -45,5 +45,4 @@ sources: - https://github.com/booklore-app/booklore - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/booklore type: application -version: 1.10.9 - +version: 1.10.10 diff --git a/charts/stable/booklore/values.yaml b/charts/stable/booklore/values.yaml index 5d46e17d9b7..da5ce47e50f 100644 --- a/charts/stable/booklore/values.yaml +++ b/charts/stable/booklore/values.yaml @@ -31,6 +31,9 @@ persistence: data: enabled: true mountPath: /app/data + bookdrop: + enabled: true + mountPath: /bookdrop varrun: enabled: false mariadb: