chore(helm): update image ghcr.io/elfhosted/nzbhydra2 7.14.1 → 7.14.2 (#36131)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/nzbhydra2](https://redirect.github.com/theotherp/nzbhydra2) | patch | `271176f` -> `742e74a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>theotherp/nzbhydra2 (ghcr.io/elfhosted/nzbhydra2)</summary> ### [`v7.14.2`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v7142-2025-06-09) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v7.14.1...v7.14.2) **Fixed** Increased checking delay for nzb.su/life even more as some users were still rate limited. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/990">[#​990](https://redirect.github.com/theotherp/nzbhydra2/issues/990)</a> **Fixed** Increased timeout when sending NZBs to Torbox. The initial value was too low because I didn't consider that sending NZBs for huge files would take longer for a downloader that's not on the local network. The timeout is now a generous 90 seconds which should allow uploading an NZB for a 75GB result with 1MBit/s. If that's now enough what are you even doing? </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.14.1
|
||||
appVersion: 7.14.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/theotherp/nzbhydra2
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra
|
||||
type: application
|
||||
version: 24.6.1
|
||||
version: 24.6.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/elfhosted/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.14.1@sha256:271176faf2beb14f8bc4a115fa69d3c96ede3ca4cd695d6a9c44139977cd81eb
|
||||
tag: 7.14.2@sha256:742e74a12d7c0e88e69c51a853d934f7340df66b6554dcad775cb19f2cbb95f4
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user