From 54d3491a4f66f5d85ac3cbab993719fda3854e30 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 18 Oct 2025 13:11:08 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.208.0=20=E2=86=92=202.209.0=20(#40851)?= 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 | `1dd6276` -> `8ba8882` | --- > [!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.209.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22090---2025-10-18) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.208.0...2.209.0) ##### Added - Extended the glossary of the resources page by *Stealth Wealth* - Extended the content of the pricing page - Added a *Storybook* story for the holdings table component ##### Changed - Disabled the zoom functionality in the *Progressive Web App* (PWA) - Improved the currency validation in the get asset profiles functionality of the data provider service - Improved the currency validation in the search functionality of the data provider service - Optimized the get quotes functionality by utilizing the asset profile resolutions in the *Financial Modeling Prep* service - Extracted the footer to a component - Refactored the blog page component to standalone - Improved the portfolio calculator unit tests to load the user currency from the exported file - Improved the language localization for German (`de`) ##### Fixed - Fixed an issue in the `csv` file import where custom asset profiles failed due to validation errors - Fixed an issue with the total buy and sell calculation in the summary related to activities in a custom currency - Respected the include indices flag in the search functionality of the *Financial Modeling Prep* service - Fixed an issue where the scroll position was not restored when changing pages - Fixed the word wrap in the menus of the activities table component - Fixed the dark mode in the *As seen in* section on the landing page
--- ### 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 76f7e03ff29..8ecc40cfcfb 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.208.0 +appVersion: 2.209.0 dependencies: - name: common version: 28.26.0 @@ -47,5 +47,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 8.44.0 +version: 8.45.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 34749735396..0a12eace16e 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.208.0@sha256:1dd62767202f533a4a95d0287714760c359057131c5d96e21b9d4f8067430541 + tag: 2.209.0@sha256:8ba8882b791e2fd5eed95316945393fc365a09a32788ef0d81e053ce95d4344c securityContext: container: runAsNonRoot: false