From cc885ff449217d4a45483a4abbfa2afc8592ce94 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 4 Oct 2024 02:35:10 +0200 Subject: [PATCH] chore(deps): update container image ghostfolio/ghostfolio to v2.112.0@a8d5bd5 by renovate (#27261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
ghostfolio/ghostfolio (ghostfolio/ghostfolio) ### [`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
--- ### 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. --- - [ ] 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). --- charts/stable/ghostfolio/Chart.yaml | 4 ++-- charts/stable/ghostfolio/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index fd28e83eb48..789f9cfc57c 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -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 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 8580efab00f..19110df100e 100644 --- a/charts/stable/ghostfolio/values.yaml +++ b/charts/stable/ghostfolio/values.yaml @@ -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