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-30 → 6.0.0-31 ) #8052

Closed bot-ross[bot] closed 1 month ago

bot-ross[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
ghcr.io/cross-seed/cross-seed patch 6.0.0-30 -> 6.0.0-31

Release Notes

cross-seed/cross-seed (ghcr.io/cross-seed/cross-seed) ### [`v6.0.0-31`](https://togithub.com/cross-seed/cross-seed/releases/tag/v6.0.0-31) [Compare Source](https://togithub.com/cross-seed/cross-seed/compare/v6.0.0-30...v6.0.0-31) - fix(torznab/ebook): filter calibre library index from tail of data-based search titles ([#​778](https://togithub.com/cross-seed/cross-seed/issues/778)) [`bef2524`](https://togithub.com/cross-seed/cross-seed/commit/bef2524) - feat(action/inject): add inject job to retry saved torrents and more ([#​670](https://togithub.com/cross-seed/cross-seed/issues/670)) [`606e733`](https://togithub.com/cross-seed/cross-seed/commit/606e733)

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 1 month 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-30@sha256:55914eb9a54571c6fc7778323852ce1c5ca5e5fc48ee7bba51acadeb83f0fc9f
+              tag: 6.0.0-31@sha256:53bd298d7e128ff009e27df407d14335aa9941c7048e521262bb9cc5910dda84
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:
bot-ross[bot] commented 1 month 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-30@sha256:55914eb9a54571c6fc7778323852ce1c5ca5e5fc48ee7bba51acadeb83f0fc9f
+        image: ghcr.io/cross-seed/cross-seed:6.0.0-31@sha256:53bd298d7e128ff009e27df407d14335aa9941c7048e521262bb9cc5910dda84
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80