chore(helm): update image docker.io/ghostfolio/ghostfolio 2.133.1 → 2.135.0 (#31101)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `cedb067` -> `85b6124` |

---

> [!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.135.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21350---2025-01-19)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.134.0...2.135.0)

##### Changed

- Moved the language localization for Polski (`pl`) from experimental to
general availability
-   Extended the *Financial Modeling Prep* service
-   Switched to *ESLint*’s flat config format
-   Upgraded `chart.js` from version `4.2.0` to `4.4.7`
-   Upgraded `chartjs-chart-treemap` from version `2.3.1` to `3.1.0`
-   Upgraded `chartjs-plugin-annotation` from version `2.1.2` to `3.1.0`
-   Upgraded `eslint` dependencies
-   Upgraded `nestjs` from version `10.1.3` to `10.4.15`
-   Upgraded `Nx` from version `20.3.0` to `20.3.2`
-   Upgraded `reflect-metadata` from version `0.1.13` to `0.2.2`
-   Upgraded `uuid` from version `11.0.2` to `11.0.5`

###
[`v2.134.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21340---2025-01-15)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.133.1...2.134.0)

##### Added

-   Set up the language localization for Українська (`uk`)

##### Changed

- Extended the health check endpoint to include database and cache
operations (experimental)
- Refactored various `lodash` functions with native JavaScript
equivalents
-   Improved the language localization for German (`de`)
-   Upgraded `prisma` from version `6.1.0` to `6.2.1`

##### Fixed

- Fixed an issue with the import of activities with type `FEE` (where
unit price is `0`)
- Fixed an issue with the renaming of activities with type `FEE`,
`INTEREST`, `ITEM` or `LIABILITY`
- Handled an exception in the scraper configuration introduced by the
migration from `got` to `fetch`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-01-24 15:46:57 +01:00
committed by GitHub
parent 81a2baedb4
commit da50961306
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.133.1
appVersion: 2.135.0
dependencies:
- name: common
version: 25.3.1
@@ -41,4 +41,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio
- https://hub.docker.com/r/ghostfolio/ghostfolio
type: application
version: 6.44.1
version: 6.45.0

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.133.1@sha256:cedb0677aa7c3012da3faac13adcdc912ffb9ef42a050cbfa3a976ff9e64e69a
tag: 2.135.0@sha256:85b6124f3607bac0725be7c2e87af27d46bf3142a712409e8ab5353b92d09c64
securityContext:
container:
runAsNonRoot: false