From 32f09aec981b37fa589faa1f1fb7bcb415d6bb4d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 25 Apr 2026 12:19:13 +0200 Subject: [PATCH] =?UTF-8?q?BREAKING=20CHANGE(ghostfolio):=20Update=20image?= =?UTF-8?q?=20docker.io/ghostfolio/ghostfolio=202.255.0=20=E2=86=92=203.0.?= =?UTF-8?q?0=20(#47469)?= 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) | major | `d3ed46a` → `9c7c447` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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) ### [`v3.0.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#300---2026-04-23) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.255.0...3.0.0) ##### Added - Added a blog post: *Announcing Ghostfolio 3.0* ##### Changed - Migrated from *Material Design* 2 to *Material Design* 3 - Moved the total amount, change and performance with currency effects on the analysis page from experimental to general availability - Refreshed the cryptocurrencies list - Upgraded `countup.js` from version `2.9.0` to `2.10.0` - Upgraded `jsonpath` from version `1.2.1` to `1.3.0` - Upgraded `nestjs` from version `11.1.14` to `11.1.19` - Upgraded `ngx-markdown` from version `21.1.0` to `21.2.0` - Upgraded `Nx` from version `22.6.4` to `22.6.5` - Upgraded `prisma` from version `6.19.0` to `7.7.0` ##### Todo - **Breaking Change**: The `sslmode=prefer` parameter in `DATABASE_URL` is no longer supported. Please update your environment variables (see `.env`) to use `sslmode=require` if *SSL* is enabled or remove the `sslmode` parameter entirely if *SSL* is not used.
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 0f336874a21..c3e5068ae85 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.255.0 +appVersion: 3.0.0 dependencies: - name: common version: 29.1.6 @@ -44,5 +44,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 11.3.3 +version: 12.0.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 549fd8240eb..61ef8c91e11 100644 --- a/charts/stable/ghostfolio/values.yaml +++ b/charts/stable/ghostfolio/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.255.0@sha256:d3ed46a9a5c82db4457ff919be07f02add26e9f5f116be86793ced9aa422e6d3 + tag: 3.0.0@sha256:9c7c4475ad572d8c2a1e7085e4216edc4895b2c435b9d48a711e09e0d96e1723 securityContext: container: runAsNonRoot: false