chore(helm): update image docker.io/ghostfolio/ghostfolio 2.155.0 → 2.156.0 (#34858)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `1b68aca` -> `3540a21` |

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.156.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21560---2025-04-27)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.155.0...2.156.0)

##### Changed

-   Improved the error message of the currency code validation
- Tightened the currency code validation by requiring uppercase letters
- Respected the watcher count for the delete asset profiles checkbox in
the historical market data table of the admin control panel
-   Improved the language localization for Français (`fr`)
-   Upgraded `ngx-skeleton-loader` from version `10.0.0` to `11.0.0`
-   Upgraded `Nx` from version `20.8.0` to `20.8.1`

##### Fixed

- Fixed an issue with the investment calculation for activities in a
custom currency
- Improved the file selector of the activities import functionality to
accept case-insensitive file extensions (`.CSV` and `.JSON`)
-   Fixed the missing localization for "someone" on the public page

</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:
TrueCharts Bot
2025-04-28 08:44:17 +02:00
committed by GitHub
parent 237388a71d
commit 496dcfcc82
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.155.0
appVersion: 2.156.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.64.0
version: 6.65.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.155.0@sha256:1b68aca7a92d2c3fe56bfc64ee3f4ee1b4ee08f45180264e399b3223748bde83
tag: 2.156.0@sha256:3540a21d688a4885dca526392f22da2a615d3cc74dcf176c581fefc998b7de18
securityContext:
container:
runAsNonRoot: false