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/recyclarr/recyclarr ( 7.1.0 → 7.1.1 ) #7890

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/recyclarr/recyclarr patch 7.1.0 -> 7.1.1

Release Notes

recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr) ### [`v7.1.1`](https://togithub.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#711---2024-07-12) [Compare Source](https://togithub.com/recyclarr/recyclarr/compare/v7.1.0...v7.1.1) ##### Changed - The `--app-data` option is now common to all commands. ##### Fixed - CLI: Commands no longer crash due to a null app data directory variable ([#​288](https://togithub.com/recyclarr/recyclarr/issues/288)).

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

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

@@ -44,13 +44,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: recyclarr-secret
             image:
               repository: ghcr.io/recyclarr/recyclarr
-              tag: 7.1.0@sha256:2638a9333ebd8e1cba99cdbb49f035344455e62e5f1539b315a5889a0bc748a8
+              tag: 7.1.1@sha256:3bc426b72453e76767a7f2144ebcea2870cdf1ecfef6886ee1115c88890f9091
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m
             securityContext:
bot-ross[bot] commented 3 months ago
--- HelmRelease: default/recyclarr CronJob: default/recyclarr

+++ HelmRelease: default/recyclarr CronJob: default/recyclarr

@@ -49,13 +49,13 @@

             env:
             - name: TZ
               value: America/New_York
             envFrom:
             - secretRef:
                 name: recyclarr-secret
-            image: ghcr.io/recyclarr/recyclarr:7.1.0@sha256:2638a9333ebd8e1cba99cdbb49f035344455e62e5f1539b315a5889a0bc748a8
+            image: ghcr.io/recyclarr/recyclarr:7.1.1@sha256:3bc426b72453e76767a7f2144ebcea2870cdf1ecfef6886ee1115c88890f9091
             name: app
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m