feat(ghostfolio): update image docker.io/ghostfolio/ghostfolio 2.228.0 → 2.229.0 (#43524)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `355540f` -> `8cc8d86` | --- > [!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.229.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22290---2026-01-11) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.228.0...2.229.0) ##### Changed - Set the active sort column in the accounts table component - Deprecated `activities` in the endpoint `GET api/v1/portfolio/holding/:dataSource/:symbol` - Moved the admin service to `@ghostfolio/ui/services` - Moved the data service to `@ghostfolio/ui/services` - Refactored the dividend import - Refreshed the cryptocurrencies list ##### Fixed - Fixed the net worth calculation to prevent the double counting of cash positions - Fixed the filtering by asset class in the endpoint `GET api/v1/portfolio/holdings` - Fixed the case-insensitive sorting in the accounts table component - Fixed the case-insensitive sorting in the benchmark component - Fixed the case-insensitive sorting in the holdings table component </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2hvc3Rmb2xpbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.228.0
|
||||
appVersion: 2.229.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -46,5 +46,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio
|
||||
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
||||
type: application
|
||||
version: 8.68.0
|
||||
version: 8.69.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.228.0@sha256:355540f68c385c85dc6205cc014a185e51da51b5cae7293c2548eb5260e7cb05
|
||||
tag: 2.229.0@sha256:8cc8d8687deffc638a19feccbb87e7c0001c987904f5f96aeff2b0fa94912113
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user