chore(deps): update container image ghostfolio/ghostfolio to v2.112.0@a8d5bd5 by renovate (#27261)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `2.111.0` -> `2.112.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.112.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21120---2024-10-03)

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

##### Added

- Added a message to the search asset component if no results have been
found in the create or update activity dialog
- Added support to customize the rule thresholds in the *X-ray* section
(experimental)

##### Changed

- Optimized the portfolio calculations with smarter date interval
selection
-   Improved the language localization for German (`de`)

##### Fixed

- Fixed an issue in the calculation of allocations by market (*Unknown*)
-   Fixed the `eslint` 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDcuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-04 02:35:10 +02:00
committed by GitHub
parent 8d2d4f9d92
commit cc885ff449
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.111.0
appVersion: 2.112.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.26.0
version: 6.27.0

View File

@@ -1,7 +1,7 @@
image:
repository: ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.111.0@sha256:47ed48a744fb9c0847dca5740f6f70a66ff2dc764c7d2d5f99d57eb160f6246f
tag: 2.112.0@sha256:a8d5bd55c924ccadc3a42d6e579232668332673155977cc25bb4bb2cd986d56a
securityContext:
container:
runAsNonRoot: false