Files
truecharts/charts/stable/sabnzbd/values.yaml
T
TrueCharts Bot 64339f7fd3 chore(sabnzbd): update image oci.trueforge.org/containerforge/sabnzbd digest to 67e9c18 (#49841)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/sabnzbd](https://ghcr.io/trueforge-org/sabnzbd)
([source](https://redirect.github.com/sabnzbd/sabnzbd)) | digest |
`2632395` → `67e9c18` |

---

> [!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**: (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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zYWJuemJkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-07-03 23:50:38 +02:00

92 lines
2.6 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: oci.trueforge.org/containerforge/sabnzbd
pullPolicy: IfNotPresent
tag: 5.0.4@sha256:67e9c186115e7988912d6628670a3da2f0c3e0de533a8698fc9aba76b7a610b6
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
pullPolicy: IfNotPresent
tag: v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520
service:
main:
ports:
main:
port: 10097
metrics:
enabled: "{{ .Values.metrics.main.enabled }}"
type: ClusterIP
ports:
metrics:
enabled: true
port: 8990
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
port: "{{ .Values.service.main.ports.main.port }}"
path: /api?mode=version
readiness:
port: "{{ .Values.service.main.ports.main.port }}"
path: /api?mode=version
startup:
port: "{{ .Values.service.main.ports.main.port }}"
path: /api?mode=version
env:
SABNZBD__HOST_WHITELIST_ENTRIES: ""
SABNZBD__PORT: "{{ .Values.service.main.ports.main.port }}"
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage
args:
- sabnzbd
probes:
liveness:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
readiness:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
startup:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
env:
INTERFACE: 0.0.0.0
PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
APIKEY: "{{ .Values.metrics.main.apiKey }}"
persistence:
config:
enabled: true
targetSelector:
main:
main:
mountPath: /config
exportarr:
mountPath: /config
readOnly: true
metrics:
main:
enabled: false
type: "servicemonitor"
endpoints:
- port: metrics
path: /metrics
targetSelector: metrics
# Required for exportarr
apiKey: ""
resources:
limits:
memory: 3600Mi
requests:
memory: 300Mi