mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 17:11:24 -03:00
fix(booklore) Add bookdrop folder to booklore (#43836)
Add bookdrop folder need by booklore bookdrop conf https://booklore.org/docs/bookdrop **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> **⚙️ 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 <mryodatak@gmail.com> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -31,6 +31,9 @@ persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /app/data
|
||||
bookdrop:
|
||||
enabled: true
|
||||
mountPath: /bookdrop
|
||||
varrun:
|
||||
enabled: false
|
||||
mariadb:
|
||||
|
||||
Reference in New Issue
Block a user