Files
truecharts/charts/stable/nzbget/values.yaml
T
TrueCharts BotandGitHub 7c38308b00 chore(nzbget): update image oci.trueforge.org/containerforge/nzbget digest to d43e912 (#45384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/nzbget](https://ghcr.io/trueforge-org/nzbget)
([source](https://redirect.github.com/nzbgetcom/nzbget)) | digest |
`9f5c662` → `d43e912` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbnpiZ2V0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-22 20:38:11 +00:00

29 lines
615 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: oci.trueforge.org/containerforge/nzbget
pullPolicy: IfNotPresent
tag: "26.0.0@sha256:d43e912fd711f04ae01aed217423c24cc1138bc1fb90b18a99430b2238bcfabc"
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