From 9d397596404ea700a2e77edfdc9d38ff2b6e9608 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 21 Jun 2025 20:47:21 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.171.0=20=E2=86=92=202.173.0=20(#36527)?= 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 | `ff1a56a` -> `92a0802` | --- > [!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.173.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21730---2025-06-21) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.172.0...2.173.0) ##### Added - Set up `open-color` for CSS variable usage ##### Changed - Simplified the data providers management of the admin control panel - Migrated the `@ghostfolio/ui/assistant` component to control flow - Migrated the `@ghostfolio/ui/value` component to control flow - Renamed `GranteeUser` to `granteeUser` in the `Access` database schema - Improved the language localization for French (`fr`) - Improved the language localization for German (`de`) - Upgraded `class-validator` from version `0.14.1` to `0.14.2` - Upgraded `prisma` from version `6.9.0` to `6.10.1` ##### Fixed - Fixed an issue in the `HtmlTemplateMiddleware` related to incorrect variable resolution - Eliminated the *Unsupported route path* warning of the `LegacyRouteConverter` on startup ### [`v2.172.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21720---2025-06-19) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.171.0...2.172.0) ##### Added - Set up the language localization for the static portfolio analysis rule: *Account Cluster Risks* (Single Account) - Included the admin control panel in the quick links of the assistant ##### Changed - Adapted the options of the date range selector in the assistant dynamically based on the user’s first activity - Switched the data provider service to `OnModuleInit`, ensuring (currency) quotes are fetched only once - Migrated the `@ghostfolio/ui/assistant` component to control flow - Migrated the `@ghostfolio/ui/value` component to control flow - Improved the language localization for Chinese (`zh`) - Improved the language localization for Español (`es`) - Improved the language localization for German (`de`) - Improved the language localization for Portuguese (`pt`)
--- ### 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 8a642211b26..4373d5d792f 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.171.0 +appVersion: 2.173.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.6.0 +version: 7.7.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 8a867a79332..2dd5f8bce70 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.171.0@sha256:ff1a56a2c8082834cb2a73d458d86b3de13be5ceb2d9e28c37536cd84888d46c + tag: 2.173.0@sha256:92a080215ff6e1c4b588190f14f503e2199bfa76ae569c366e4790d635ef4cb1 securityContext: container: runAsNonRoot: false