Skip to content

Commit 4e08e46

Browse files
chore(helm): update image docker.io/ghostfolio/ghostfolio 2.145.1 → 2.146.0 (#33404)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `492201a` -> `d2ef018` | --- > [!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.146.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21460---2025-03-15) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.145.1...2.146.0) ##### Changed - Improved the usability of the user account registration - Improved the usability of the *Copy AI prompt to clipboard* actions on the analysis page (experimental) - Formatted the name in the *Financial Modeling Prep* service - Removed the exchange rates from the overview of the admin control panel - Improved the language localization for German (`de`) - Upgraded `angular` from version `19.0.5` to `19.2.1` - Upgraded `Nx` from version `20.3.2` to `20.5.0` - Upgraded `prettier` from version `3.5.1` to `3.5.3` - Upgraded `prisma` from version `6.4.1` to `6.5.0` ##### Fixed - Fixed an issue with serving *Storybook* related to the `contentSecurityPolicy` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
1 parent d57f21e commit 4e08e46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/stable/ghostfolio/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
truecharts.org/min_helm_version: "3.11"
77
truecharts.org/train: stable
88
apiVersion: v2
9-
appVersion: 2.145.1
9+
appVersion: 2.146.0
1010
dependencies:
1111
- name: common
1212
version: 25.4.10
@@ -41,4 +41,4 @@ sources:
4141
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
4242
- https://hub.docker.com/r/ghostfolio/ghostfolio
4343
type: application
44-
version: 6.56.0
44+
version: 6.57.0

charts/stable/ghostfolio/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: docker.io/ghostfolio/ghostfolio
33
pullPolicy: IfNotPresent
4-
tag: 2.145.1@sha256:492201a78176a963a8ad791bb49c91bc312247fc7f3b0c6fa08f8cccdb4deb02
4+
tag: 2.146.0@sha256:d2ef0188782c24c048d4df67e7121217ec7b2e5544dd344be76646f0945bc16e
55
securityContext:
66
container:
77
runAsNonRoot: false

0 commit comments

Comments
 (0)