From 34fc0f575b36e879bae418d10644b687b776bf26 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 20 Oct 2024 08:17:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/elfhost?= =?UTF-8?q?ed/readarr-develop=200.4.0.2634=20=E2=86=92=200.4.1.2648=20(#28?= =?UTF-8?q?072)?= 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 | `b6f4b87` -> `d20e566` | 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.1.2648`](https://redirect.github.com/Readarr/Readarr/releases/tag/v0.4.1.2648): 0.4.1.2648 [Compare Source](https://redirect.github.com/Readarr/Readarr/compare/v0.4.0.2634...v0.4.1.2648) *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: - [`9312f17`](https://redirect.github.com/Readarr/Readarr/commit/9312f1704120ae0c86ff6dfcd666083ca961ab07) New: Use 307 redirect for requests missing URL Base - [`8192c22`](https://redirect.github.com/Readarr/Readarr/commit/8192c229105089cfe9d3dc05ad7a9fc54f8e4c6d) Bump macOS runner version to 13 - [`0b1d6b6`](https://redirect.github.com/Readarr/Readarr/commit/0b1d6b677a8193991e8d925fe5637a5fa3f55884) Add '.temp\*' to .gitignore ([#​3778](https://redirect.github.com/Readarr/Readarr/issues/3778)) - [`d666df0`](https://redirect.github.com/Readarr/Readarr/commit/d666df0189184b73b0db7d109d3390c4e9312dae) Bump version to 0.4.1 This list of changes was [auto generated](https://dev.azure.com/Readarr/34393bab-b896-4651-a109-cddb27254e55/\_release?releaseId=62&\_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 188e748225c..50dcddae09b 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.0.2634 +appVersion: 0.4.1.2648 dependencies: - name: common version: 25.1.0 @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/readarr - https://readarr.com type: application -version: 24.0.8 +version: 24.0.9 diff --git a/charts/stable/readarr/values.yaml b/charts/stable/readarr/values.yaml index 803658615ed..d289238f07e 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.0.2634@sha256:b6f4b873444a643fcc4d61e17471f3bdcdcda567a2efdaa89064c8ad58b796d0 + tag: 0.4.1.2648@sha256:d20e5665aa6fa469167495c9d38a06099d3ab95e4239750e4eac82e8231a48d8 exportarrImage: repository: ghcr.io/onedr0p/exportarr pullPolicy: IfNotPresent