fix(nzbhydra): update image oci.trueforge.org/containerforge/nzbhydra2 8.8.0 → 8.8.1 (#47798)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/nzbhydra2](https://ghcr.io/trueforge-org/nzbhydra2) ([source](https://redirect.github.com/theotherp/nzbhydra2)) | patch | `d5fac2e` → `93399d5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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 (oci.trueforge.org/containerforge/nzbhydra2)</summary> ### [`v8.8.1`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v881-2026-05-02) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v8.8.0...v8.8.1) **Fix** Fix bug in image cache causing high CPU usage </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9uemJoeWRyYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 8.8.0
|
||||
appVersion: 8.8.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.2.8
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/nzbhydra2
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nzbhydra
|
||||
type: application
|
||||
version: 29.5.0
|
||||
version: 29.5.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.8.0@sha256:d5fac2ef8ad9f4ef9ab3d51591b45cb65771b0b7d017692923ba526ba86482cc
|
||||
tag: 8.8.1@sha256:93399d5cfaeec0f137737803962c1246551028cd6b7463678acaa3c08c71964e
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user