chore(helm): update image docker.io/ghostfolio/ghostfolio 2.190.0 → 2.191.0 (#38417)

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

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

###
[`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`)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-08-14 21:57:54 +02:00
committed by GitHub
parent c50de0cee3
commit 9954770fe1
2 changed files with 3 additions and 3 deletions

View File

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

View File

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