From 3c6fc6a7ef70465bf083f64b4b979a481fa196de Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 9 Aug 2025 17:53:44 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.185.0=20=E2=86=92=202.189.0=20(#38132)?= 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 | `2ee9a1a` -> `2e8f834` | --- > [!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.189.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21890---2025-08-05) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.188.0...2.189.0) ##### Changed - Improved the meta data in `html` files - Removed `ts-node` from the database seeding process - Improved the language localization for Catalan (`ca`) - Improved the language localization for German (`de`) - Upgraded the `Node.js` engine from version `>=22` to `>=22.18.0` (`package.json`) ### [`v2.188.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21880---2025-08-02) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.187.0...2.188.0) ##### Changed - Enhanced the performance of the dynamically composed sitemap - Improved the language localization for Polish (`pl`) - Improved the language localization for Spanish (`es`) ### [`v2.187.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21870---2025-08-02) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.186.0...2.187.0) ##### Added - Added support to exclude an activity from analysis based on tags - Added a *Storybook* story for the accounts table component - Added a *Storybook* story for the membership card component ##### Changed - Moved the support for changing the asset profile identifier (`dataSource` and `symbol`) in the asset profile details dialog of the admin control panel from experimental to general availability - Improved the balance of headings on the landing page - Improved the language localization for German (`de`) - Improved the language localization for Spanish (`es`) - Upgraded `angular` from version `20.0.7` to `20.1.3` - Upgraded `Nx` from version `21.2.4` to `21.3.9` ##### Fixed - Fixed the missing localization for "Exclude from Analysis" in the create or update account dialog ### [`v2.186.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21860---2025-07-30) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.185.0...2.186.0) ##### Added - Added the allocation column to the accounts table component of the holding detail dialog ##### Changed - Improved the *Top 3* and *Bottom 3* performers on the analysis page by removing items without performance - Improved the usability of the toggle component - Simplified the users table of the admin control panel - Restructured the response of the portfolio report endpoint (*X-ray*) - Refreshed the cryptocurrencies list - Improved the language localization for Catalan (`ca`) - Improved the language localization for Chinese (`zh`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for German (`de`) - Improved the language localization for Spanish (`es`) - Upgraded `ng-extract-i18n-merge` from version `2.15.1` to `3.0.0` ##### Fixed - Fixed the links of the *Top 3* and *Bottom 3* performers on the analysis page - Excluded the holdings originated of `FEE`, `INTEREST` and `LIABILITY` activities from the closed holdings on the portfolio holdings page - Fixed an issue with serving *Storybook* related to missing styles
--- ### 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 e3175a67dd0..564b856d700 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.185.0 +appVersion: 2.189.0 dependencies: - name: common version: 28.15.1 @@ -44,5 +44,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 8.9.2 +version: 8.10.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 8d94fd5ca52..998b5f12e52 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.185.0@sha256:2ee9a1a05e92522b6fd70351b3d4bb89f63f72493cb54b61d737283e2f89f4cd + tag: 2.189.0@sha256:2e8f834e24fe98e84bf8eecb05b99611d201cbe0f7e240ac8656d6e01f5e5302 securityContext: container: runAsNonRoot: false