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/cross-seed/cross-seed ( 6.0.0-36 β†’ 6.0.0-37 ) #8182

Closed bot-ross[bot] closed 4 days ago

bot-ross[bot] commented 4 days ago

This PR contains the following updates:

Package Update Change
ghcr.io/cross-seed/cross-seed patch 6.0.0-36 -> 6.0.0-37

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cross-seed/cross-seed (ghcr.io/cross-seed/cross-seed) ### [`v6.0.0-37`](https://redirect.github.com/cross-seed/cross-seed/releases/tag/v6.0.0-37) [Compare Source](https://redirect.github.com/cross-seed/cross-seed/compare/v6.0.0-36...v6.0.0-37) - fix(rTorrent): add logging for failed injections ([#​807](https://redirect.github.com/cross-seed/cross-seed/issues/807)) [`f58fb78`](https://redirect.github.com/cross-seed/cross-seed/commit/f58fb78) - add logging for failed rtorrent injections [`6c2fe82`](https://redirect.github.com/cross-seed/cross-seed/commit/6c2fe82)

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 4 days ago
--- kubernetes/main/apps/default/cross-seed/app Kustomization: flux-system/cross-seed HelmRelease: default/cross-seed

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

@@ -39,13 +39,13 @@

             args:
             - daemon
             env:
               TZ: America/New_York
             image:
               repository: ghcr.io/cross-seed/cross-seed
-              tag: 6.0.0-36@sha256:2611848f319df22a6887d850ff1fc171c214d1aa92ccde64342742d396f1586a
+              tag: 6.0.0-37@sha256:782aad25322385e0271d28a3e836a27d0754a9b52070d66a13b374070b0c0b1c
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
bot-ross[bot] commented 4 days ago
--- HelmRelease: default/cross-seed Deployment: default/cross-seed

+++ HelmRelease: default/cross-seed Deployment: default/cross-seed

@@ -47,13 +47,13 @@

       containers:
       - args:
         - daemon
         env:
         - name: TZ
           value: America/New_York
-        image: ghcr.io/cross-seed/cross-seed:6.0.0-36@sha256:2611848f319df22a6887d850ff1fc171c214d1aa92ccde64342742d396f1586a
+        image: ghcr.io/cross-seed/cross-seed:6.0.0-37@sha256:782aad25322385e0271d28a3e836a27d0754a9b52070d66a13b374070b0c0b1c
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80