chkpwd / iac

https://blog.chkpwd.com
MIT License
56 stars 4 forks source link

chore(deps): update ghcr.io/onedr0p/sonarr-develop docker tag to v4.0.5.1782 #1137

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/sonarr-develop (source) patch 4.0.5.1778 -> 4.0.5.1782

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop) ### [`v4.0.5.1782`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.5.1782): 4.0.5.1782 [Compare Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.5.1778...v4.0.5.1782) #### What's Changed ##### Changes - Fixed: Reprocessing items that were previously blocked during importing by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6907](https://togithub.com/Sonarr/Sonarr/pull/6907) - Fixed: Limit Queue maximum page size to 200 by [@​markus101](https://togithub.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/6904](https://togithub.com/Sonarr/Sonarr/pull/6904) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.5.1778...v4.0.5.1782

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 week ago
--- kubernetes/apps/media/sonarr/app Kustomization: flux-system/media-sonarr HelmRelease: media/sonarr

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

@@ -41,13 +41,13 @@

               SONARR__PORT: 8989
               SONARR__THEME: dark
               TZ: ${TZ}
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/sonarr-develop
-              tag: 4.0.5.1778
+              tag: 4.0.5.1782
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
github-actions[bot] commented 1 week ago
--- HelmRelease: media/sonarr StatefulSet: media/sonarr

+++ HelmRelease: media/sonarr StatefulSet: media/sonarr

@@ -58,13 +58,13 @@

         - name: SONARR__PORT
           value: '8989'
         - name: SONARR__THEME
           value: dark
         - name: TZ
           value: ${TZ}
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1778
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.5.1782
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 8989