chore(helm): update image docker.io/ghostfolio/ghostfolio 2.151.0 → 2.153.0 (#34551)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `c5f903d` -> `af0b817` | 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.153.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21530---2025-04-18) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.152.1...2.153.0) ##### Changed - Added support for activities in a custom currency - Refreshed the cryptocurrencies list - Upgraded `chart.js` from version `4.4.7` to `4.4.9` - Upgraded `uuid` from version `11.0.5` to `11.1.0` ##### Fixed - Fixed the functionality to open an asset profile of a custom currency in the admin control panel - Fixed the asset class parsing in the *Financial Modeling Prep* service for exchange rates ### [`v2.152.1`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21521---2025-04-17) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.152.0...2.152.1) ##### Changed - Deactivated asset profiles automatically on delisting in the *Yahoo Finance* service - Optimized the query of the data range functionality (`getRange()`) in the market data service - Moved the subscription offer from the info to the user service - Upgraded `Nx` from version `20.7.1` to `20.8.0` - Upgraded `prisma` from version `6.5.0` to `6.6.0` - Upgraded `storybook` from version `8.4.7` to `8.6.12` ### [`v2.152.0`](https://redirect.github.com/ghostfolio/ghostfolio/releases/tag/2.152.0) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.151.0...2.152.0) ##### Changed - Deactivated asset profiles automatically on delisting in the *Yahoo Finance* service - Optimized the query of the data range functionality (`getRange()`) in the market data service - Moved the subscription offer from the info to the user service - Upgraded `Nx` from version `20.7.1` to `20.8.0` - Upgraded `prisma` from version `6.5.0` to `6.6.0` - Upgraded `storybook` from version `8.4.7` to `8.6.12` ##### Special Thanks - [@​csehatt741](https://redirect.github.com/csehatt741) - [@​dtslvr](https://redirect.github.com/dtslvr) </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.151.0
|
||||
appVersion: 2.153.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.61.0
|
||||
version: 6.62.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.151.0@sha256:c5f903df0eb5b67d40e5e9ebf460f26fd0c8b1c64f3e21f3ff3c740a44acda20
|
||||
tag: 2.153.0@sha256:af0b817ace80cf26a33f3acfa37caeb7fbd9411e01693bbe1f74f25bd73ccf75
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user