Files
truecharts/charts/stable/radarr/values.yaml
T
TrueCharts Bot 105d44dbe3 chore(radarr): update image oci.trueforge.org/containerforge/radarr digest to 834273b (#47099)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/radarr](https://ghcr.io/trueforge-org/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | digest |
`8ee1f03` → `834273b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmFkYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-04-18 18:57:23 +02:00

103 lines
3.0 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: oci.trueforge.org/containerforge/radarr
pullPolicy: IfNotPresent
tag: "6.1.2.10359@sha256:834273b16e2381c43b4c80d28d9eb217d20c5539be47039b0b52e10a26c25686"
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
pullPolicy: IfNotPresent
tag: v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 7878
metrics:
enabled: "{{ .Values.metrics.main.enabled }}"
type: ClusterIP
ports:
metrics:
enabled: true
port: 7879
workload:
main:
podSpec:
containers:
main:
probes:
readiness:
enabled: true
type: http
path: /ping
liveness:
enabled: true
type: http
path: /ping
startup:
enabled: true
type: http
path: /ping
env:
RADARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
RADARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
RADARR__AUTH__REQUIRED: DisabledForLocalAddresses
# RADARR__APP__THEME: dark
# RADARR__APP__INSTANCENAME: Radarr
# RADARR__LOG__LEVEL: info
# RADARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage
args:
- radarr
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 }}'
# additional metrics (slow)
# ENABLE_ADDITIONAL_METRICS: false
# enable gathering unknown queue items
# ENABLE_UNKNOWN_QUEUE_ITEMS: false
CONFIG: "/config/config.xml"
persistence:
config:
enabled: true
targetSelector:
main:
main:
mountPath: /config
exportarr:
mountPath: /config
readOnly: true
metrics:
main:
enabled: true
type: "servicemonitor"
endpoints:
- port: metrics
path: /metrics
targetSelector: metrics
prometheusRule:
enabled: false