chore(helm): update image docker.io/ghostfolio/ghostfolio 2.196.0 → 2.197.0 (#39244)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `bcd856f` -> `35edb54` | --- > [!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.197.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21970---2025-09-07) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.196.0...2.197.0) ##### Added - Enabled automatic data gathering for custom currencies added via the currency management in the admin control panel - Added a *Storybook* story for the world map chart component ##### Changed - Restructured the response of the portfolio report endpoint (*X-ray*) - Modernized the templates with untagged template literals - Moved the world map chart component to `@ghostfolio/ui` - Refactored the create or update access dialog component to standalone - Improved the language localization for German (`de`) - Upgraded `envalid` from version `8.0.0` to `8.1.0` - Upgraded `prisma` from version `6.14.0` to `6.15.0` ##### Fixed - Improved the handling of `0` buying power in the static portfolio analysis rule: *Liquidity* (Buying Power) - Fixed an issue related to the error handling in the data provider status 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.196.0
|
||||
appVersion: 2.197.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.6
|
||||
@@ -41,8 +41,9 @@ name: ghostfolio
|
||||
sources:
|
||||
- https://ghostfol.io/
|
||||
- https://github.com/ghostfolio/ghostfolio
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio
|
||||
- https://hub.docker.com/r/ghostfolio/ghostfolio
|
||||
type: application
|
||||
version: 8.18.2
|
||||
version: 8.19.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.196.0@sha256:bcd856f6b945779c0cbdd016608c81b610863ee01680f3830409c1985ceba977
|
||||
tag: 2.197.0@sha256:35edb54422aec8a9625131429a23be18b8487d11610f3c2227f7051992272d61
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user