From bca8f45e95c869da29979794b857c9e7c0976512 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 12 Apr 2025 20:49:34 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.150.0=20=E2=86=92=202.151.0=20(#34301)?= 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 | `1c181d4` -> `c5f903d` | 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.151.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21510---2025-04-11) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.150.0...2.151.0) ##### Added - Added the data gathering status column to the historical market data table of the admin control ##### Changed - Set the maximum number of symbols per request in the *Financial Modeling Prep* service - Migrated the get quotes functionality of the *Financial Modeling Prep* service to its stable API version - Improved the language localization for Enlish (`en`) - Upgraded `eslint` dependencies - Upgraded `Nx` from version `20.6.4` to `20.7.1` ##### Fixed - Fixed the link to the pricing page in the premium indicator component
--- ### 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 7f68d1105ef..959298a21ad 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.150.0 +appVersion: 2.151.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.60.2 +version: 6.61.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index be6b53b1afd..86ebf52b4b8 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.150.0@sha256:1c181d43f1c5eb6c93237e46af51c22120d0801c9e11e0dd29b0943112273494 + tag: 2.151.0@sha256:c5f903df0eb5b67d40e5e9ebf460f26fd0c8b1c64f3e21f3ff3c740a44acda20 securityContext: container: runAsNonRoot: false