chore(helm): update image docker.io/ghostfolio/ghostfolio 2.185.0 → 2.189.0 (#38132)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `2ee9a1a` -> `2e8f834` | --- > [!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.189.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21890---2025-08-05) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.188.0...2.189.0) ##### Changed - Improved the meta data in `html` files - Removed `ts-node` from the database seeding process - Improved the language localization for Catalan (`ca`) - Improved the language localization for German (`de`) - Upgraded the `Node.js` engine from version `>=22` to `>=22.18.0` (`package.json`) ### [`v2.188.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21880---2025-08-02) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.187.0...2.188.0) ##### Changed - Enhanced the performance of the dynamically composed sitemap - Improved the language localization for Polish (`pl`) - Improved the language localization for Spanish (`es`) ### [`v2.187.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21870---2025-08-02) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.186.0...2.187.0) ##### Added - Added support to exclude an activity from analysis based on tags - Added a *Storybook* story for the accounts table component - Added a *Storybook* story for the membership card component ##### Changed - Moved the support for changing the asset profile identifier (`dataSource` and `symbol`) in the asset profile details dialog of the admin control panel from experimental to general availability - Improved the balance of headings on the landing page - Improved the language localization for German (`de`) - Improved the language localization for Spanish (`es`) - Upgraded `angular` from version `20.0.7` to `20.1.3` - Upgraded `Nx` from version `21.2.4` to `21.3.9` ##### Fixed - Fixed the missing localization for "Exclude from Analysis" in the create or update account dialog ### [`v2.186.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21860---2025-07-30) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.185.0...2.186.0) ##### Added - Added the allocation column to the accounts table component of the holding detail dialog ##### Changed - Improved the *Top 3* and *Bottom 3* performers on the analysis page by removing items without performance - Improved the usability of the toggle component - Simplified the users table of the admin control panel - Restructured the response of the portfolio report endpoint (*X-ray*) - Refreshed the cryptocurrencies list - Improved the language localization for Catalan (`ca`) - Improved the language localization for Chinese (`zh`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for German (`de`) - Improved the language localization for Spanish (`es`) - Upgraded `ng-extract-i18n-merge` from version `2.15.1` to `3.0.0` ##### Fixed - Fixed the links of the *Top 3* and *Bottom 3* performers on the analysis page - Excluded the holdings originated of `FEE`, `INTEREST` and `LIABILITY` activities from the closed holdings on the portfolio holdings page - Fixed an issue with serving *Storybook* related to missing styles </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.185.0
|
||||
appVersion: 2.189.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -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: 8.9.2
|
||||
version: 8.10.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.185.0@sha256:2ee9a1a05e92522b6fd70351b3d4bb89f63f72493cb54b61d737283e2f89f4cd
|
||||
tag: 2.189.0@sha256:2e8f834e24fe98e84bf8eecb05b99611d201cbe0f7e240ac8656d6e01f5e5302
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user