chore(helm): update image docker.io/ghostfolio/ghostfolio 2.153.0 → 2.154.0 (#34647)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `af0b817` -> `9e97a8e` | 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.154.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21540---2025-04-21) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.153.0...2.154.0) ##### Added - Extended the benchmark detail dialog by the current market price - Added the performance calculation type to the user settings (experimental) - Added `watchlist` to the `User` database schema as a preparation for watching assets ##### Changed - Made the historical market data editor expandable in the admin control panel - Renamed `Subscription` to `subscriptions` in the `User` database schema - Parallelized the requests in the get quotes functionality of the *Financial Modeling Prep* service - Migrated the lookup functionality by `isin` of the *Financial Modeling Prep* service to its stable API version - Improved the language localization for German (`de`) ##### Fixed - Fixed the word wrap in the menu of the historical market data table in the admin control panel </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.153.0
|
||||
appVersion: 2.154.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -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: 6.62.1
|
||||
version: 6.63.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.153.0@sha256:af0b817ace80cf26a33f3acfa37caeb7fbd9411e01693bbe1f74f25bd73ccf75
|
||||
tag: 2.154.0@sha256:9e97a8e0283cc07b3e2b77ee124319f75704c96c81486c5c583c33d428d18af7
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user