chore(helm): update image docker.io/ghostfolio/ghostfolio 2.136.0 → 2.137.1 (#31572)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `10192f8` -> `0973890` | --- > [!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.137.1`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21371---2025-02-01) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.137.0...2.137.1) ##### Added - Added a new static portfolio analysis rule: *Regional Market Cluster Risk* (North America) - Added support for ETF sector data in the *Yahoo Finance* data enhancer ##### Changed - Extracted the scraper configuration to a sub form in the asset profile details dialog of the admin control - Migrated the database seeding to *TypeScript* - Improved the language localization for German (`de`) - Upgraded `@trivago/prettier-plugin-sort-imports` from version `4.3.0` to `5.2.1` - Upgraded `bull` from version `4.16.4` to `4.16.5` - Upgraded `ng-extract-i18n-merge` from version `2.13.1` to `2.14.1` - Upgraded `prisma` from version `6.2.1` to `6.3.0` ##### Fixed - Fixed the dynamic numerical precision for cryptocurrencies in the holding detail dialog ### [`v2.137.0`](https://redirect.github.com/ghostfolio/ghostfolio/releases/tag/2.137.0) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.136.0...2.137.0) ##### Added - Added a new static portfolio analysis rule: *Regional Market Cluster Risk* (North America) - Added support for ETF sector data in the *Yahoo Finance* data enhancer ##### Changed - Extracted the scraper configuration to a sub form in the asset profile details dialog of the admin control - Migrated the database seeding to *TypeScript* - Improved the language localization for German (`de`) - Upgraded `@trivago/prettier-plugin-sort-imports` from version `4.3.0` to `5.2.1` - Upgraded `bull` from version `4.16.4` to `4.16.5` - Upgraded `ng-extract-i18n-merge` from version `2.13.1` to `2.14.1` - Upgraded `prisma` from version `6.2.1` to `6.3.0` ##### Fixed - Fixed the dynamic numerical precision for cryptocurrencies in the holding detail dialog ##### Special Thanks - [@​amandee27](https://redirect.github.com/amandee27) - [@​dtslvr](https://redirect.github.com/dtslvr) - [@​Kaysera](https://redirect.github.com/Kaysera) - [@​KenTandrian](https://redirect.github.com/KenTandrian) - [@​shaun-ak](https://redirect.github.com/shaun-ak) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.136.0
|
appVersion: 2.137.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 25.4.10
|
version: 25.4.10
|
||||||
@@ -41,4 +41,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
|
||||||
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
||||||
type: application
|
type: application
|
||||||
version: 6.48.3
|
version: 6.49.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/ghostfolio/ghostfolio
|
repository: docker.io/ghostfolio/ghostfolio
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.136.0@sha256:10192f8413774ac9e1f84ed80fabb1448dd061f18193fb539811be64ec1fa461
|
tag: 2.137.1@sha256:09738902aaeb4dab09a9e8adb7e6eeb6235973e9458bf33e7c0d4b2a432a7a5b
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|||||||
Reference in New Issue
Block a user