onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/onedr0p/radarr-develop ( 5.8.0.8897 β†’ 5.8.1.8906 ) #7867

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/radarr-develop (source) patch 5.8.0.8897 -> 5.8.1.8906

Release Notes

Radarr/Radarr (ghcr.io/onedr0p/radarr-develop) ### [`v5.8.1.8906`](https://togithub.com/Radarr/Radarr/releases/tag/v5.8.1.8906): 5.8.1.8906 [Compare Source](https://togithub.com/Radarr/Radarr/compare/v5.8.0.8897...v5.8.1.8906) *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: - [`588e87e`](https://togithub.com/Radarr/Radarr/commit/588e87e4be82cf8a4349c89ee75798e4c04c2c72) Fixed: Increase size for movie poster on details page \[ [#​10020](https://togithub.com/Radarr/Radarr/issues/10020) ] - [`792b818`](https://togithub.com/Radarr/Radarr/commit/792b8182b2702f77ca73ef3bf6c69095f5dc1455) New: Genres and Images for Webhooks and Notifiarr \[ [#​10055](https://togithub.com/Radarr/Radarr/issues/10055) ] - [`4cec413`](https://togithub.com/Radarr/Radarr/commit/4cec41324bb8140195627b5d35e925b8162daa8b) Fixed destructuring null statistics for bulk delete movies modal - [`10bb270`](https://togithub.com/Radarr/Radarr/commit/10bb270da8918bc5fd0b386cf0ca010e860e7aa8) Fixed: Trimming disabled logs database - [`b5e6a36`](https://togithub.com/Radarr/Radarr/commit/b5e6a3687868563b4a2d624db5541aa3925d6997) Fixed: Already imported downloads appearing in Queue briefly - [`126a5b1`](https://togithub.com/Radarr/Radarr/commit/126a5b118efc15543124106e0275e5b6b9dec506) Bump version to 5.8.1 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=111&\_a=release-summary).

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» 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.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 3 months ago
--- kubernetes/main/apps/default/radarr/app Kustomization: flux-system/radarr HelmRelease: default/radarr

+++ kubernetes/main/apps/default/radarr/app Kustomization: flux-system/radarr HelmRelease: default/radarr

@@ -48,13 +48,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: radarr-secret
             image:
               repository: ghcr.io/onedr0p/radarr-develop
-              tag: 5.8.0.8897@sha256:2c9c733b4c89280cfcc25ba727b08bac7fee272917dfa28de675d4e0c3309684
+              tag: 5.8.1.8906@sha256:79ed00896ae3d8e1845d69caff1cdd715871a8e77e7a67df874cc415c4af24e4
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 3 months ago
--- HelmRelease: default/radarr Deployment: default/radarr

+++ HelmRelease: default/radarr Deployment: default/radarr

@@ -81,13 +81,13 @@

           value: develop
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/onedr0p/radarr-develop:5.8.0.8897@sha256:2c9c733b4c89280cfcc25ba727b08bac7fee272917dfa28de675d4e0c3309684
+        image: ghcr.io/onedr0p/radarr-develop:5.8.1.8906@sha256:79ed00896ae3d8e1845d69caff1cdd715871a8e77e7a67df874cc415c4af24e4
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0