From 24a1b7384ac986dae58dee8d1645ced1006ea4bd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 1 Jul 2025 08:35:41 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.174.0=20=E2=86=92=202.176.0=20(#36837)?= 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 | `3cfcf31` -> `756198f` | --- > [!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.176.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21760---2025-06-30) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.175.0...2.176.0) ##### Added - Added support for generating a new *Security Token* via the user’s account access panel ##### Changed - Moved the main content of the holding detail dialog to a new overview tab - Introduced fuzzy search for the holdings of the assistant - Introduced fuzzy search for the quick links of the assistant - Improved the search results of the assistant to only display categories with content - Enhanced the sitemap to dynamically compose public routes - Renamed `Account` to `account` in the `Order` database schema - Improved the language localization for German (`de`) - Upgraded `prettier` from version `3.5.3` to `3.6.2` ### [`v2.175.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21750---2025-06-28) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.174.0...2.175.0) ##### Added - Set up the language localization for the static portfolio analysis rule: *Asset Class Cluster Risks* (Equity) - Set up the language localization for the static portfolio analysis rule: *Asset Class Cluster Risks* (Fixed Income) - Set up the language localization for the static portfolio analysis rule: *Currency Cluster Risks* (Investment) - Set up the language localization for the static portfolio analysis rule: *Currency Cluster Risks* (Investment: Base Currency) ##### Changed - Extended the selector handling of the scraper configuration for more use cases - Extended the *AI* service by an access to *OpenRouter* (experimental) - Changed `node main` to `exec node main` in the `entrypoint.sh` file to improve the container signal handling - Renamed `Account` to `account` in the `AccountBalance` database schema - Improved the language localization for Catalan (`ca`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for Español (`es`) - Improved the language localization for German (`de`) - Improved the language localization for Turkish (`tr`) ##### Fixed - Fixed an issue with the locale in the scraper configuration
--- ### 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 12437da4cb7..b9b4f590312 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.174.0 +appVersion: 2.176.0 dependencies: - name: common version: 25.4.10 @@ -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: 7.8.0 +version: 7.9.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 896ff06f43a..8fa94581676 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.174.0@sha256:3cfcf31b01f6a9e29af809b9e94e845050a7757687c2a1ad87fca21bfb02e9c9 + tag: 2.176.0@sha256:756198fdfb3c15892f1655a09395882b3d6abf6a4bb86fb0bf7334dfd8b24359 securityContext: container: runAsNonRoot: false