From 03821fb3a2461475ed1ceef950000503c9c64965 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 30 Aug 2025 05:20:28 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.192.0=20=E2=86=92=202.195.0=20(#38901)?= 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 | `7589b9d` -> `28cf75d` | --- > [!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.195.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21950---2025-08-29) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.194.0...2.195.0) ##### Changed - Reused the request timeout in various functions of the data providers - Refactored the *ZEN* page to standalone - Upgraded `chart.js` from version `4.4.9` to `4.5.0` ##### Fixed - Handled an exception in the get quotes functionality of the *Financial Modeling Prep* service ### [`v2.194.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21940---2025-08-27) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.193.0...2.194.0) ##### Added - Extended the watchlist endpoint by 50-Day and 200-Day trends (experimental) ##### Changed - Moved the support to customize rules in the *X-ray* section from experimental to general availability - Improved the create or update activity dialog’s asset sub class selector for valuables to update the options dynamically based on the selected asset class - Improved the error handling in data providers - Randomized the minutes of the hourly data gathering cron job - Refactored the dialog footer component to standalone - Refactored the dialog header component to standalone - Refactored the landing page to standalone - Refactored the pricing page to standalone - Refactored the register page to standalone - Migrated the login with access token dialog from `ngModel` to form control - Upgraded `@ionic/angular` from version `8.6.3` to `8.7.3` - Upgraded `ionicons` from version `8.0.10` to `8.0.13` - Upgraded `prisma` from version `6.12.0` to `6.14.0` ### [`v2.193.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21930---2025-08-22) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.192.0...2.193.0) ##### Added - Added a filter by data source for the asset profiles in the admin control panel - Extended the data providers management of the admin control panel by every data provider in use ##### Changed - Improved the error handling in data providers - Upgraded `yahoo-finance2` from version `3.4.1` to `3.6.4`
--- ### 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 6b6c6a2e985..d83c367831a 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.192.0 +appVersion: 2.195.0 dependencies: - name: common version: 28.16.2 @@ -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.16.0 +version: 8.17.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 06cf2436e72..85131ae6d67 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.192.0@sha256:7589b9d9c218a360bb9eac58e82f9b0f5ffb6010d2d89a1df68332e8dc50ef12 + tag: 2.195.0@sha256:28cf75d1baf18e7b5d76a42b1f6ffb524c53926d9e9cb37d620b1422e2aaa8a9 securityContext: container: runAsNonRoot: false