2 Commits
Author SHA1 Message Date
46c2976f96 fix(actualserver): fix actualserver mountPaths **BREAKING CHANGES** (#18237)
**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.
-->
⚒️ Fixes #18235

Changes the mountPaths from `/app/...` to `/data/...`. 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
I have tested manually changing the options in the current app
installation I have, as well as mounting the paths as additional app
storage.

**✔️ 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

---

_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: Jakob Bouchard <jakob@bchrd.ca>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-14 12:11:42 +01:00
Jakob BouchardandGitHub 8bdaa4c078 fix(actualserver): update chart with the right image (#15629)
**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.
-->

The
[`actualserver`](https://github.com/truecharts/charts/tree/master/charts/stable/actualserver)
chart is using [this
image](https://hub.docker.com/r/jlongster/actual-server), but releases
are now done
[here](https://github.com/actualbudget/actual-server/pkgs/container/actual-server)
and [here](https://hub.docker.com/r/actualbudget/actual-server). As
such, this PR updates the image to the correct one, as well as updating
the app version.

⚒️ Fixes  #15628

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

I'm honestly unsure how to test chart modifications, but if needed, I'll
figure out a way. I do know the new image is correct, as I have deployed
it on my local machine for testing.

**✔️ 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
2023-12-03 23:32:52 +02:00