From 9954770fe17280eb8b7d04ac7f31c15d059c17ff Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 14 Aug 2025 21:57:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.190.0=20=E2=86=92=202.191.0=20(#38417)?= 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 | `e055509` -> `9465d17` | --- > [!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.191.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21910---2025-08-14) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.190.0...2.191.0) ##### Added - Added a new static portfolio analysis rule: *Liquidity* (Buying Power) - Added the interest and dividend values to the account detail dialog ##### Changed - Moved the chart of the account detail dialog from experimental to general availability - Improved the dynamic numerical precision for various values in the account detail dialog - Improved the usability of the *Cancel* / *Close* and *Save* buttons in various dialogs - Extended the accounts endpoint by allocations - Extended the accounts endpoint by dividend and interest - Refactored the portfolio performance component to standalone - Improved the language localization for German (`de`) - Improved the language localization for Portuguese (`pt`) - Improved the language localization for Spanish (`es`)
--- ### 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 2b2b2322741..dc8082278a1 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.190.0 +appVersion: 2.191.0 dependencies: - name: common version: 28.16.0 @@ -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.14.0 +version: 8.15.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 26f6ca008d2..d46f07d3323 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.190.0@sha256:e055509e4367d34cb3b9211ed56148111b42d46b057a78598e742ae882b06104 + tag: 2.191.0@sha256:9465d17672d555deb5eb23ab72221b60055efa809292583c91699d662df22deb securityContext: container: runAsNonRoot: false