chore(helm): update image docker.io/ghostfolio/ghostfolio 2.192.0 → 2.195.0 (#38901)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `7589b9d` -> `28cf75d` |

---

> [!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.195.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21950---2025-08-29)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.194.0...2.195.0)

##### Changed

- Reused the request timeout in various functions of the data providers
- Refactored the *ZEN* page to standalone
- Upgraded `chart.js` from version `4.4.9` to `4.5.0`

##### Fixed

- Handled an exception in the get quotes functionality of the *Financial
Modeling Prep* service

###
[`v2.194.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21940---2025-08-27)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.193.0...2.194.0)

##### Added

- Extended the watchlist endpoint by 50-Day and 200-Day trends
(experimental)

##### Changed

- Moved the support to customize rules in the *X-ray* section from
experimental to general availability
- Improved the create or update activity dialog’s asset sub class
selector for valuables to update the options dynamically based on the
selected asset class
- Improved the error handling in data providers
- Randomized the minutes of the hourly data gathering cron job
- Refactored the dialog footer component to standalone
- Refactored the dialog header component to standalone
- Refactored the landing page to standalone
- Refactored the pricing page to standalone
- Refactored the register page to standalone
- Migrated the login with access token dialog from `ngModel` to form
control
- Upgraded `@ionic/angular` from version `8.6.3` to `8.7.3`
- Upgraded `ionicons` from version `8.0.10` to `8.0.13`
- Upgraded `prisma` from version `6.12.0` to `6.14.0`

###
[`v2.193.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21930---2025-08-22)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.192.0...2.193.0)

##### Added

- Added a filter by data source for the asset profiles in the admin
control panel
- Extended the data providers management of the admin control panel by
every data provider in use

##### Changed

- Improved the error handling in data providers
- Upgraded `yahoo-finance2` from version `3.4.1` to `3.6.4`

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-08-30 05:20:28 +02:00
committed by GitHub
parent 5d9bab7193
commit 03821fb3a2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.192.0
appVersion: 2.195.0
dependencies:
- name: common
version: 28.16.2
@@ -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.16.0
version: 8.17.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.192.0@sha256:7589b9d9c218a360bb9eac58e82f9b0f5ffb6010d2d89a1df68332e8dc50ef12
tag: 2.195.0@sha256:28cf75d1baf18e7b5d76a42b1f6ffb524c53926d9e9cb37d620b1422e2aaa8a9
securityContext:
container:
runAsNonRoot: false