feat(ghostfolio): update image docker.io/ghostfolio/ghostfolio 3.8.0 → 3.9.0 (#49081)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `e3516c1` → `40255e6` |

---

> [!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

<details>
<summary>ghostfolio/ghostfolio
(docker.io/ghostfolio/ghostfolio)</summary>

###
[`v3.9.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#390---2026-06-12)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/3.8.0...3.9.0)

##### Added

- Extended the *Public API* with the endpoint to update the asset
profile data (`PATCH api/v1/asset-profiles/:dataSource/:symbol`)
(experimental)
- Added support for a dedicated *OpenRouter* model for the `web_fetch`
tool in the `FetchService`

##### Changed

- Prefilled the form in the account balance management with the current
cash balance
- Disabled the selection of future dates in the account balance
management
- Grouped commodities and cryptocurrencies into the unknown bucket of
the allocations by continent, country, currency, market and sector
charts on the allocations page
- Moved the support for specific calendar year date ranges (`2025`,
`2024`, `2023`, etc.) in the assistant from experimental to general
availability
- Migrated various components from `NgStyle` to style bindings
- Improved the language localization for Korean (`ko`)

##### Fixed

- Grouped activities without an account into the unknown bucket of the
allocations by account and platform charts on the allocations page

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9naG9zdGZvbGlvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-06-13 01:38:04 +02:00
committed by GitHub
parent cd2bab54f8
commit 4446c7f3b7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 3.8.0
appVersion: 3.9.0
dependencies:
- name: common
version: 29.5.3
@@ -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: 12.14.0
version: 12.15.0
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: docker.io/ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 3.8.0@sha256:e3516c1d15a4bc762b6d506a7be3c4dbcaa6bbcd350d9ecbd3679c4e6fc3990b
tag: 3.9.0@sha256:40255e6d7126086b4d67cad35a80136363a0c4e1cbcbbf85d27c1124a7eecd02
securityContext:
container:
runAsNonRoot: false