chore(helm): update image docker.io/ghostfolio/ghostfolio 2.174.0 → 2.176.0 (#36837)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `3cfcf31` -> `756198f` |

---

> [!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.176.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21760---2025-06-30)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.175.0...2.176.0)

##### Added

- Added support for generating a new *Security Token* via the user’s
account access panel

##### Changed

- Moved the main content of the holding detail dialog to a new overview
tab
-   Introduced fuzzy search for the holdings of the assistant
-   Introduced fuzzy search for the quick links of the assistant
- Improved the search results of the assistant to only display
categories with content
-   Enhanced the sitemap to dynamically compose public routes
-   Renamed `Account` to `account` in the `Order` database schema
-   Improved the language localization for German (`de`)
-   Upgraded `prettier` from version `3.5.3` to `3.6.2`

###
[`v2.175.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21750---2025-06-28)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.174.0...2.175.0)

##### Added

- Set up the language localization for the static portfolio analysis
rule: *Asset Class Cluster Risks* (Equity)
- Set up the language localization for the static portfolio analysis
rule: *Asset Class Cluster Risks* (Fixed Income)
- Set up the language localization for the static portfolio analysis
rule: *Currency Cluster Risks* (Investment)
- Set up the language localization for the static portfolio analysis
rule: *Currency Cluster Risks* (Investment: Base Currency)

##### Changed

- Extended the selector handling of the scraper configuration for more
use cases
- Extended the *AI* service by an access to *OpenRouter* (experimental)
- Changed `node main` to `exec node main` in the `entrypoint.sh` file to
improve the container signal handling
- Renamed `Account` to `account` in the `AccountBalance` database schema
-   Improved the language localization for Catalan (`ca`)
-   Improved the language localization for Dutch (`nl`)
-   Improved the language localization for Español (`es`)
-   Improved the language localization for German (`de`)
-   Improved the language localization for Turkish (`tr`)

##### Fixed

-   Fixed an issue with the locale in the scraper configuration

</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-07-01 08:35:41 +02:00
committed by GitHub
parent aa806e857e
commit 24a1b7384a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.174.0
appVersion: 2.176.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: 7.8.0
version: 7.9.0

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.174.0@sha256:3cfcf31b01f6a9e29af809b9e94e845050a7757687c2a1ad87fca21bfb02e9c9
tag: 2.176.0@sha256:756198fdfb3c15892f1655a09395882b3d6abf6a4bb86fb0bf7334dfd8b24359
securityContext:
container:
runAsNonRoot: false