chore(helm): update image ghcr.io/home-operations/radarr 5.22.2.9862 → 5.22.3.9889 (#34599)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | patch |
`9f24da5` -> `df17917` |

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

---

### Release Notes

<details>
<summary>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary>

###
[`v5.22.3.9889`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.22.3.9889):
5.22.3.9889

[Compare
Source](https://redirect.github.com/Radarr/Radarr/compare/v5.22.2.9862...v5.22.3.9889)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Radarr within an existing docker container.***

#### Changes:

-
[`52a69b6`](52a69b662d)
Convert Add Movie from collection to TypeScript
-
[`7e34d89`](7e34d89069)
Convert Movie Collection Menus to TypeScript
-
[`b0024b2`](b0024b28a5)
Movie file is optional on movie resources
-
[`ae5450f`](ae5450f75d)
Convert Edit Movie Collection modal to TypeScript
-
[`1d1aca1`](1d1aca1a04)
Convert Collection Footer to TypeScript
-
[`3a55316`](3a55316ada)
Improve typings for select options
-
[`9ef7c2a`](9ef7c2a0b4)
Fixed: Autotagging using tag specification
-
[`e759f3f`](e759f3fd0b)
Multiple Translations updated by Weblate
-
[`03429db`](03429db877)
Fixed: Prevent new imports without deleting old movie files
-
[`bb5f421`](bb5f421e38)
Log when expected movie file is missing from disk on upgrade

<details><summary><b>See More</b></summary>

-
[`7dd3ed8`](7dd3ed815a)
Convert Modal components to TypeScript
-
[`cc56482`](cc56482819)
Translate settings for Radarr import list
-
[`40f4184`](40f41847fd)
Fixed: Selected value for empty root folder inputs
-
[`8485fc8`](8485fc8c75)
Fix various typos
-
[`f3026df`](f3026df65d)
Automated API Docs update
-
[`cfd25e9`](cfd25e974f)
Fixed: Free space and missing for selected root folder value
-
[`c52f9c5`](c52f9c5ec4)
New: Ability to change root folder when editing movie
-
[`b91517a`](b91517afd5)
Add React Query
-
[`ee8aaad`](ee8aaadb29)
Fix editing import lists
-
[`0694f2f`](0694f2fa76)
Convert ProviderFieldFormGroup to TypeScript
-
[`2c81f3b`](2c81f3be0f)
Improve typings in FormInputGroup
-
[`8fb2f64`](8fb2f64e98)
Fixed: Tooltips for detailed error messages
-
[`efd2b80`](efd2b80e10)
Fixed: Truncate long text in tag values
-
[`a9bbe06`](a9bbe06966)
Fix: Adding a new root folder from add movie modal
-
[`4c6f80b`](4c6f80b308)
Fixed: Closing on click outside select input and styling on Library
Import
-
[`c8299f7`](c8299f7e57)
Convert Form Components to TypeScript
-
[`445babb`](445babbca8)
Fixed: Parse JAP instead of JPN as Japanese
-
[`e5137d1`](e5137d13e9)
Bump version to 5.22.3

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=167&\_a=release-summary).</details>

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2025-04-20 14:20:01 +02:00
committed by GitHub
parent 2a2b1e8166
commit 8aebf74e70
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: 5.22.2.9862
appVersion: 5.22.3.9889
dependencies:
- name: common
version: 25.4.10
@@ -38,5 +38,5 @@ sources:
- https://github.com/Radarr/Radarr
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr
type: application
version: 23.23.2
version: 23.23.3

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/home-operations/radarr
pullPolicy: IfNotPresent
tag: 5.22.2.9862@sha256:9f24da505e2ba09957355a2b638660af2325e9861efb8b77583ca71fa6790789
tag: 5.22.3.9889@sha256:df179171c5b28b9aa55646299e5473b92125a1353d7ca016ebd6574ff27129f9
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
pullPolicy: IfNotPresent