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/sonarr-develop ( 4.0.5.1782 β†’ 4.0.5.1791 ) #7835

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/sonarr-develop (source) patch 4.0.5.1782 -> 4.0.5.1791

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.5.1791`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.5.1791): 4.0.5.1791 [Compare Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.5.1782...v4.0.5.1791) #### What's Changed ##### Changes - Fixed: Don't use cleaned up release title for release title by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6911](https://togithub.com/Sonarr/Sonarr/pull/6911) - Remove seriesTitle from EpisodeResource by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6912](https://togithub.com/Sonarr/Sonarr/pull/6912) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.5.1782...v4.0.5.1791

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/sonarr/app Kustomization: flux-system/sonarr HelmRelease: default/sonarr

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

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

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: sonarr-secret
             image:
               repository: ghcr.io/onedr0p/sonarr-develop
-              tag: 4.0.5.1782@sha256:e52156ce17abc4e05e26536b72f2a39257461f06182a9696af317d025f0d7bc7
+              tag: 4.0.5.1791@sha256:896c6dfd6752a37dbf4d75b91c51e4d369a62979a0d48fc749af6012676255af
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
bot-ross[bot] commented 3 months ago
--- HelmRelease: default/sonarr Deployment: default/sonarr

+++ HelmRelease: default/sonarr Deployment: default/sonarr

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

           value: develop
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1782@sha256:e52156ce17abc4e05e26536b72f2a39257461f06182a9696af317d025f0d7bc7
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1791@sha256:896c6dfd6752a37dbf4d75b91c51e4d369a62979a0d48fc749af6012676255af
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 80
           initialDelaySeconds: 0