From 12295b29028007661ebfbd5a452821b2bb819b02 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 25 Apr 2025 08:39:22 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.154.0=20=E2=86=92=202.155.0=20(#34769)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `9e97a8e` -> `1b68aca` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio) ### [`v2.155.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21550---2025-04-23) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.154.0...2.155.0) ##### Added - Added the endpoints (`DELETE`, `GET` and `POST`) for the watchlist ##### Changed - Simplified the data source check in the DTO of the activity creation - Simplified the data source check in the DTO of the asset profile update - Renamed `User` to `user` in the `Subscription` database schema - Migrated the `@ghostfolio/ui/assistant` component to control flow - Migrated the `@ghostfolio/ui/value` component to control flow ##### Fixed - Fixed an issue in the settings dialog to customize the rule thresholds of the *X-ray* page (experimental)
--- ### 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 94e316fdce4..916abdb9e12 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.154.0 +appVersion: 2.155.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: 6.63.2 +version: 6.64.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index da92d38031c..dc6eaad7903 100644 --- a/charts/stable/ghostfolio/values.yaml +++ b/charts/stable/ghostfolio/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/ghostfolio/ghostfolio pullPolicy: IfNotPresent - tag: 2.154.0@sha256:9e97a8e0283cc07b3e2b77ee124319f75704c96c81486c5c583c33d428d18af7 + tag: 2.155.0@sha256:1b68aca7a92d2c3fe56bfc64ee3f4ee1b4ee08f45180264e399b3223748bde83 securityContext: container: runAsNonRoot: false