From 33ee2a2a168efef6ec4f117258d505e188ddbd1a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 12 Oct 2025 00:48:00 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.207.0=20=E2=86=92=202.208.0=20(#40647)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `3a73e20` -> `1dd6276` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio) ### [`v2.208.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22080---2025-10-11) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.207.0...2.208.0) ##### Added - Added support for configuring the safe withdrawal rate in the *FIRE* section (experimental) ##### Changed - Changed the *As seen in* section on the landing page to an animated carousel - Refactored `transactionCount` to `activitiesCount` in the endpoint `GET api/v1/portfolio/holding/:dataSource/:symbol` - Refactored various components to use self-closing tags - Removed the deprecated endpoint `GET api/v1/portfolio/position/:dataSource/:symbol` - Removed the deprecated endpoint `PUT api/v1/portfolio/position/:dataSource/:symbol/tags` - Improved the language localization for German (`de`) - Upgraded `prisma` from version `6.16.1` to `6.16.3` ##### Fixed - Fixed the server startup message to properly display IPv6 addresses - Enabled IPv6 connectivity for *Redis* in the job queue module by setting the address family - Fixed an issue where importing custom asset profiles failed due to validation errors
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/ghostfolio/Chart.yaml | 9 +++++---- charts/stable/ghostfolio/values.yaml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index d9b8853386a..30916b9a9c0 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.207.0 +appVersion: 2.208.0 dependencies: - name: common version: 28.22.0 @@ -29,8 +29,8 @@ dependencies: import-values: [] deprecated: false description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. -home: https://trueforge.org/truecharts/stable/ghostfolio -icon: https://trueforge.org/img/hotlink-ok/chart-icons/ghostfolio.webp +home: https://truecharts.org/charts/stable/ghostfolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.webp keywords: - ghostfolio - finance @@ -43,8 +43,9 @@ name: ghostfolio sources: - https://ghostfol.io/ - https://github.com/ghostfolio/ghostfolio + - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 8.38.0 +version: 8.39.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 4edb9612352..34749735396 100644 --- a/charts/stable/ghostfolio/values.yaml +++ b/charts/stable/ghostfolio/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.207.0@sha256:3a73e20a6a536facb20fe331102737240bcd496beca923afa940c83a0e95c6db + tag: 2.208.0@sha256:1dd62767202f533a4a95d0287714760c359057131c5d96e21b9d4f8067430541 securityContext: container: runAsNonRoot: false