fix(actualserver): Update repository (#32750)

**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.
-->
Actual is merging actual-server into the actual repository
https://actualbudget.org/docs/actual-server-repo-move/
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
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
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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
- [X] ⬆️ 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):`

** 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._
This commit is contained in:
Qwal
2025-03-01 21:52:00 +01:00
committed by GitHub
parent bb85b942f1
commit c2334ab1e1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ maintainers:
url: https://truecharts.org
name: actualserver
sources:
- https://ghcr.io/actualbudget/actual-server
- https://ghcr.io/actualbudget/actual
- https://github.com/Kippenhof/docker-templates
- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
type: application
version: 13.3.0
version: 13.3.1
+2 -2
View File
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/actualbudget/actual-server
repository: ghcr.io/actualbudget/actual
pullPolicy: IfNotPresent
tag: 25.3.0@sha256:3229f3aff8f45684aa0da15ec55a8dcc9b56a96baabcfb97237ba7437ab55dcd
tag: 25.3.0@sha256:2463a9dd65fd7e3f8b8826d25d3d7faef98f38388712ccb180998e46fadea051
securityContext:
container:
readOnlyRootFilesystem: false