From fc877f81924c98a4b5dbb27eceebd90ffefeb91f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 9 Mar 2025 13:22:19 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/elfhost?= =?UTF-8?q?ed/readarr-develop=200.4.11.2747=20=E2=86=92=200.4.12.2753=20(#?= =?UTF-8?q?33055)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/readarr-develop](https://redirect.github.com/Readarr/Readarr) | patch | `d90a1e7` -> `5af7fa8` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Readarr/Readarr (ghcr.io/elfhosted/readarr-develop) ### [`v0.4.12.2753`](https://redirect.github.com/Readarr/Readarr/releases/tag/v0.4.12.2753): 0.4.12.2753 [Compare Source](https://redirect.github.com/Readarr/Readarr/compare/v0.4.11.2747...v0.4.12.2753) *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 Readarr within an existing docker container.*** #### Changes: - [`229e0df`](https://redirect.github.com/Readarr/Readarr/commit/229e0dfe5d64b0d1dfe43300b3c08ee0f0ffd5ef) Bump SixLabors.ImageSharp and Polly - [`5173daa`](https://redirect.github.com/Readarr/Readarr/commit/5173daa265b87529954c56cceff7c8662bac94bd) Bump version to 0.4.12 - [`c2f770f`](https://redirect.github.com/Readarr/Readarr/commit/c2f770f242abfb7b814e1e8db9f4fca963dce5b7) Fixed: Instance name must contain application name This list of changes was [auto generated](https://dev.azure.com/Readarr/34393bab-b896-4651-a109-cddb27254e55/\_release?releaseId=82&\_a=release-summary).
--- ### 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/readarr/Chart.yaml | 4 ++-- charts/stable/readarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 267bab8ff40..454ef5d90c5 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.4.11.2747 +appVersion: 0.4.12.2753 dependencies: - name: common version: 25.4.10 @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/readarr - https://readarr.com type: application -version: 24.4.4 +version: 24.4.5 diff --git a/charts/stable/readarr/values.yaml b/charts/stable/readarr/values.yaml index 90d72024588..c08937f47de 100644 --- a/charts/stable/readarr/values.yaml +++ b/charts/stable/readarr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/elfhosted/readarr-develop pullPolicy: IfNotPresent - tag: 0.4.11.2747@sha256:d90a1e722b385f90e9ac3b3b15c51898dee83dd4ab67c4ead7697960d5fa8561 + tag: 0.4.12.2753@sha256:5af7fa875f16da0d0b5525cf00ef0ced06c7b848390c41e9040ad47fbaefee69 exportarrImage: repository: ghcr.io/onedr0p/exportarr pullPolicy: IfNotPresent