chore(helm): update image docker.io/ghostfolio/ghostfolio 2.156.0 → 2.158.0 (#34947)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `3540a21` -> `d33f477` | 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.158.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21580---2025-04-30) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.157.1...2.158.0) ##### Added - Added support to delete an asset from the watchlist (experimental) ##### Changed - Renamed `Order` to `activities` in the `Account` database schema - Improved the language localization for German (`de`) ##### Fixed - Fixed an issue with the saving of activities with type `INTEREST`, `ITEM` and `LIABILITY` ### [`v2.157.1`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21571---2025-04-29) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.157.0...2.157.1) ##### Added - Introduced a watchlist to follow assets (experimental) ##### Changed - Changed the column label from *Index* to *Name* in the benchmark component - Extended the data providers management of the admin control panel - Improved the language localization for German (`de`) ### [`v2.157.0`](https://redirect.github.com/ghostfolio/ghostfolio/releases/tag/2.157.0) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.156.0...2.157.0) ##### Added - Introduced a watchlist to follow assets (experimental) ##### Changed - Changed the column label from *Index* to *Name* in the benchmark component - Extended the data providers management of the admin control panel - Improved the language localization for German (`de`) ##### Special Thanks - [@​dtslvr](https://redirect.github.com/dtslvr) - [@​KenTandrian](https://redirect.github.com/KenTandrian) </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.156.0
|
||||
appVersion: 2.158.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.65.0
|
||||
version: 6.66.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/ghostfolio/ghostfolio
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.156.0@sha256:3540a21d688a4885dca526392f22da2a615d3cc74dcf176c581fefc998b7de18
|
||||
tag: 2.158.0@sha256:d33f477a384e6fd280dd249049f952a1bbe6757b9b9ecf34fbb70d003db10f73
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user