chore(helm): update image ghcr.io/elfhosted/nzbhydra2 7.14.3 → 7.15.1 (#36323)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/nzbhydra2](https://redirect.github.com/theotherp/nzbhydra2) | minor | `3bce1ae` -> `afd2a88` | --- > [!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.15.1`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v7151-2025-06-17) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v7.15.0...v7.15.1) **Fixed** Button to downloads results as zip file was gone. I wanted it to be hidden for torbox results and it never showed up. I don't understand my GUI code anymore so now it will be shown even if it doesn't work for Torbox. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/994">[#​994](https://redirect.github.com/theotherp/nzbhydra2/issues/994)</a> ### [`v7.15.0`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v7150-2025-06-14) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v7.14.3...v7.15.0) **Added** Torbox can now be searched via the GUI. You can search by query or by ID (movies and TV shows) and send the results individually or in a batch to your Torbox downloader. The selected category will have no influence on the search results but Movies and TV will allow you to search using autocomplete. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.3
|
||||
appVersion: 7.15.1
|
||||
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.3
|
||||
version: 24.7.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/elfhosted/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.14.3@sha256:3bce1ae2b0dabaf3631c91ca45668aa671f2c6661097dfb7790c165502e37afa
|
||||
tag: 7.15.1@sha256:afd2a8841b43629289c4f8df75531c3a48f8b8a52f763694b12f4b9c21052dc8
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user