590b918f8a
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/radarr](https://ghcr.io/home-operations/radarr) ([source](https://redirect.github.com/Radarr/Radarr)) | patch | `e6e4fb8` -> `aa84b83` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Radarr/Radarr (ghcr.io/home-operations/radarr)</summary> ### [`v5.27.2.10142`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.27.2.10142): 5.27.2.10142 [Compare Source](https://redirect.github.com/Radarr/Radarr/compare/v5.27.1.10122...v5.27.2.10142) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### What's Changed - Fixed: xvid not always detected correctly by [@​nuxencs](https://redirect.github.com/nuxencs) in [https://github.com/Radarr/Radarr/pull/11138](https://redirect.github.com/Radarr/Radarr/pull/11138) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Radarr/Radarr/pull/11137](https://redirect.github.com/Radarr/Radarr/pull/11137) - New: Improve stored UI settings for multiple instances under the same host by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [https://github.com/Radarr/Radarr/pull/11147](https://redirect.github.com/Radarr/Radarr/pull/11147) - New: Improve Reject for Unknown Movie Messaging by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [https://github.com/Radarr/Radarr/pull/11063](https://redirect.github.com/Radarr/Radarr/pull/11063) - Return error if Manual Import called without items by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [https://github.com/Radarr/Radarr/pull/11154](https://redirect.github.com/Radarr/Radarr/pull/11154) - New:(Pushcut) Improved Notification Detailss by [@​denisgabriel5](https://redirect.github.com/denisgabriel5) in [https://github.com/Radarr/Radarr/pull/10897](https://redirect.github.com/Radarr/Radarr/pull/10897) **Full Changelog**: https://github.com/Radarr/Radarr/compare/v5.27.1.10122...v5.27.2.10142 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
102 lines
2.9 KiB
YAML
102 lines
2.9 KiB
YAML
image:
|
|
repository: ghcr.io/home-operations/radarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.27.2.10142@sha256:aa84b8341e2b53281bcea4696427861e4ab02ab004cd76a1b3a76d77ea065ac5
|
|
exportarrImage:
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.2.0@sha256:320b0ea7399f4b9af4741dcdddd7d40c05c36b0359679305d8a54df4e97065df
|
|
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
|