From e2e1bedfb7a9781745bbcdbdfa5fb2425321ecd9 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 19 Oct 2024 21:34:27 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ghost?= =?UTF-8?q?folio/ghostfolio=202.116.0=20=E2=86=92=202.117.0=20(#28054)?= 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 | `4d2be76` -> `7a0385b` | 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.117.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21170---2024-10-19) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.116.0...2.117.0) ##### Added - Added the logotype to the footer - Added the data providers management to the admin control panel ##### Changed - Improved the backgrounds of the chart of the holdings tab on the home page (experimental) - Improved the language localization for German (`de`) ##### Fixed - Fixed an issue in the carousel component for the testimonial section on the landing page
--- ### 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 1435068f115..c30e2a53a20 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.116.0 +appVersion: 2.117.0 dependencies: - name: common version: 25.1.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.31.0 +version: 6.32.0 diff --git a/charts/stable/ghostfolio/values.yaml b/charts/stable/ghostfolio/values.yaml index 0e93238684f..6626b8940a8 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.116.0@sha256:4d2be7621af705bb5c8cdc3a4c32eadd6ba66c6fe3c134f1cac34357a88f426b + tag: 2.117.0@sha256:7a0385b8d2d21586e554adde6a62fa8eb485bdf89e3b3336f0619f04d7c160a9 securityContext: container: runAsNonRoot: false