chore(deps): update container image ghostfolio/ghostfolio to v2.113.0@700eae1 by renovate (#27423)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `2.112.0` -> `2.113.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ghostfolio/ghostfolio (ghostfolio/ghostfolio)</summary>

###
[`v2.113.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21130---2024-10-06)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.112.0...2.113.0)

##### Added

- Set up a git-hook via `husky` to lint and format the changes before a
commit
- Added the `typescript-eslint/recommended-type-checked` rule to the
`eslint` configuration
- Added the `typescript-eslint/stylistic-type-checked` rule to the
`eslint` configuration

##### Changed

-   Optimized the portfolio calculations by reusing date intervals
- Refactored the calculation of the allocations by market on the
allocations page
- Refactored the calculation of the allocations by market on the public
page

##### Fixed

- Handled an exception in the historical market data gathering of
derived currencies

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-08 19:07:07 +02:00
committed by GitHub
parent dd46f492a7
commit a987e251ba
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.112.0
appVersion: 2.113.0
dependencies:
- name: common
version: 25.0.0
@@ -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.27.0
version: 6.28.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.112.0@sha256:a8d5bd55c924ccadc3a42d6e579232668332673155977cc25bb4bb2cd986d56a
tag: 2.113.0@sha256:700eae16536aa77f8f48fd074ecf6dcaf40e867171c84807eb72316884a2f644
securityContext:
container:
runAsNonRoot: false