From 50b339082d36fa9a9bf59ccf0a04a6d5a0fed64a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 13 Feb 2026 16:25:09 +0100 Subject: [PATCH] =?UTF-8?q?feat(ghostfolio):=20update=20image=20docker.io/?= =?UTF-8?q?ghostfolio/ghostfolio=202.237.0=20=E2=86=92=202.238.0=20(#44849?= =?UTF-8?q?)?= 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 | `be37731` → `9236953` | --- > [!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.238.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22380---2026-02-12) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.237.0...2.238.0) ##### Changed - Upgraded `ngx-skeleton-loader` from version `11.3.0` to `12.0.0` - Upgraded `twitter-api-v2` from version `1.27.0` to `1.29.0` ##### Fixed - Fixed a performance calculation issue by resetting tracking variables when a holding is fully closed - Fixed an issue in the annualized performance calculation - Fixed an issue with the exchange rate calculation by expanding the date range to cover the full day (start to end of day)
--- ### 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 | 4 ++-- charts/stable/ghostfolio/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 5737d0e59fb..98b8a364ec0 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.237.0 +appVersion: 2.238.0 dependencies: - name: common version: 28.29.49 @@ -49,5 +49,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 8.77.1 +version: 8.78.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index ee13699b03c..494816bc14c 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.237.0@sha256:be377316db22fbc5ce015ab661e9b301b3768a00581c3a29c4738a1e382944d1 + tag: 2.238.0@sha256:9236953cc28c1da6cbaf08560de06565359f534c9086e8e2247cb5206713aaf3 securityContext: container: runAsNonRoot: false