This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/nzbget](https://redirect.github.com/nzbgetcom/nzbget) | minor | `77e020a` -> `aab5814` | --- > [!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>nzbgetcom/nzbget (ghcr.io/elfhosted/nzbget)</summary> ### [`v25.2`](https://redirect.github.com/nzbgetcom/nzbget/releases/tag/v25.2) [Compare Source](https://redirect.github.com/nzbgetcom/nzbget/compare/v25.1...v25.2) #### What's Changed - Bug fixes [#​603](https://redirect.github.com/nzbgetcom/nzbget/pull/603) - Prevented crashes (segfaults) that could occur when loading disk state files containing empty or malformed data, by adding additional input validation and null pointer protection - Fixed a segfault in host resolution by ensuring a valid string is always returned - For developers: - Added workflow to build and publish debug Docker images [#​605](https://redirect.github.com/nzbgetcom/nzbget/pull/605) </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=-->
28 lines
543 B
YAML
28 lines
543 B
YAML
image:
|
|
repository: ghcr.io/elfhosted/nzbget
|
|
pullPolicy: IfNotPresent
|
|
tag: 25.2@sha256:aab5814cc7a89ca4ad04b62d8e7b98725b15697bf711c9982bbcd3fc55d1aab1
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10057
|
|
targetPort: 6789
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|