From c2334ab1e1b682fe4839f9f0edbe7a19da69e13a Mon Sep 17 00:00:00 2001 From: Qwal Date: Sat, 1 Mar 2025 21:52:00 +0100 Subject: [PATCH] fix(actualserver): Update repository (#32750) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Actual is merging actual-server into the actual repository https://actualbudget.org/docs/actual-server-repo-move/ ⚒️ 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 - [ ] 📜 Documentation Changes **🧪 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 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._ --- charts/stable/actualserver/Chart.yaml | 4 ++-- charts/stable/actualserver/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml index e1a013663bc..e18b81b4c17 100644 --- a/charts/stable/actualserver/Chart.yaml +++ b/charts/stable/actualserver/Chart.yaml @@ -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 diff --git a/charts/stable/actualserver/values.yaml b/charts/stable/actualserver/values.yaml index f8212444741..2bd7b91500f 100644 --- a/charts/stable/actualserver/values.yaml +++ b/charts/stable/actualserver/values.yaml @@ -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