chore(deps): update container image ghostfolio/ghostfolio to v2.109.0@7412cfe by renovate (#26753)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `2.108.0` -> `2.109.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ghostfolio/ghostfolio (ghostfolio/ghostfolio)</summary>

###
[`v2.109.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21090---2024-09-17)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.108.0...2.109.0)

##### Added

- Extended the *Public API* with a new endpoint that provides portfolio
performance metrics (experimental)
-   Added the portfolio performance metrics to the public page
-   Added a blog post: *Hacktoberfest 2024*

##### Changed

-   Improved the usability of the create or update access dialog
-   Improved the loading indicator of the accounts table
- Exposed the concurrency of the asset profile data gathering as an
environment variable (`PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE`)
- Exposed the concurrency of the historical market data gathering as an
environment variable
(`PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA`)
- Exposed the concurrency of the portfolio snapshot calculation as an
environment variable (`PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT`)
-   Improved the language localization for German (`de`)
-   Improved the language localization for Polish (`pl`)
-   Upgraded `prisma` from version `5.19.0` to `5.19.1`

</details>

---

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

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45My4wIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
TrueCharts Bot
2024-09-24 08:48:32 +02:00
committed by GitHub
parent 72b18f38f9
commit 409a98f93a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.108.0
appVersion: 2.109.0
dependencies:
- name: common
version: 24.1.16
@@ -41,4 +41,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
- https://hub.docker.com/r/ghostfolio/ghostfolio
type: application
version: 6.21.0
version: 6.22.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.108.0@sha256:bcb8aa97ef84b6dff8ca049d3b84ef4d43d7ec8db362426b5363151148e2484e
tag: 2.109.0@sha256:7412cfea93a7b66af67b6f3670441328a27e99a1062cec74352420d303986880
securityContext:
container:
runAsNonRoot: false