chore(helm): update image docker.io/ghostfolio/ghostfolio 2.201.0 → 2.202.0 (#40069)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `0a5dd8d` -> `47e0497` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>ghostfolio/ghostfolio
(docker.io/ghostfolio/ghostfolio)</summary>

###
[`v2.202.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22020---2025-09-26)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.201.0...2.202.0)

##### Added

- Added `settings` to the `Access` model

##### Changed

- Extended the tags selector component to support form control
- Changed the deprecated `ITEM` activity type to `VALUABLE` in the
create or update activity dialog

##### Fixed

- Fixed an issue where the save button was not enabled after editing
tags in the create or update activity dialog
- Fixed an issue in the investment calculation when selling all units of
a holding

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-09-27 00:39:41 +02:00
committed by GitHub
parent cc4895c9d1
commit b020112d37
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.201.0
appVersion: 2.202.0
dependencies:
- name: common
version: 28.20.0
@@ -45,5 +45,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio
- https://hub.docker.com/r/ghostfolio/ghostfolio
type: application
version: 8.28.0
version: 8.29.0

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/ghostfolio/ghostfolio
pullPolicy: IfNotPresent
tag: 2.201.0@sha256:0a5dd8d2acb31545536ce1b97dcd5712973d36a9d6d8338f7ff9ed8fa445efcc
tag: 2.202.0@sha256:47e04971cc751a271433485ba394703957a60261e093f88ee1fdff04ddf1bedc
securityContext:
container:
runAsNonRoot: false