6742e888cb
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/radarr](https://ghcr.io/onedr0p/radarr) ([source](https://togithub.com/Radarr/Radarr)) | minor | `5.5.3.8819` -> `5.6.0.8846` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Radarr/Radarr (ghcr.io/onedr0p/radarr)</summary> ### [`v5.6.0.8846`](https://togithub.com/Radarr/Radarr/releases/tag/v5.6.0.8846): 5.6.0.8846 [Compare Source](https://togithub.com/Radarr/Radarr/compare/v5.5.3.8819...v5.6.0.8846) *To receive further Pre-Release or final updates for a non-docker installation, please change the branch to **master**. (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.*** #### Changes: - [`077b041`](https://togithub.com/Radarr/Radarr/commit/077b041d3f49cc286f843cd65c7690b323c146e5) Fixed: Revert "Validate that folders in paths don't start or end with a space" - [`ff3dd3a`](https://togithub.com/Radarr/Radarr/commit/ff3dd3ae423a2cea0ded46ecd43f157e1afa813f) Tests for Wanted pages - [`2e3bedd`](https://togithub.com/Radarr/Radarr/commit/2e3beddcbc6b26160f6469174c4d7ccd07e36303) Fixed: Sorting by movie titles in Missing/Cutoff Unmet under Postgres - [`dc068bb`](https://togithub.com/Radarr/Radarr/commit/dc068bbf3d12deb663a5131bb15ed676432b3cec) Automated API Docs update - [`7a303c1`](https://togithub.com/Radarr/Radarr/commit/7a303c1ebf732667ab74b9d6a23bdc7f8340b486) Remove not implemented endpoints from API docs - [`152f50a`](https://togithub.com/Radarr/Radarr/commit/152f50a1ef977298ef0415ccda6e84d83b37661b) New: Wanted Cutoff/Missing - [`9798202`](https://togithub.com/Radarr/Radarr/commit/97982025890910b13dbd271cde5dab3bbb8f0c19) Add missing translation for External - [`7969776`](https://togithub.com/Radarr/Radarr/commit/7969776339602f88fcc0e379c0acbe98a67723e1) Rename file for getMovieStatusDetails - [`288982d`](https://togithub.com/Radarr/Radarr/commit/288982d7bd6dc9cc160f3d3ab5c85ac4457b2ca7) Bump Npgsql to 7.0.7 - [`d39a3ad`](https://togithub.com/Radarr/Radarr/commit/d39a3ade5b637b6a9bfdec6d28552820a1008e0f) Automated API Docs update <details><summary><b>See More</b></summary> - [`1fc6e88`](https://togithub.com/Radarr/Radarr/commit/1fc6e88bc4652b6d225aecdd3338578c5ba537dd) New: Add `isExisting` flag for movies in collections API - [`e8e1841`](https://togithub.com/Radarr/Radarr/commit/e8e1841e6c37ea6c694c969da09fc3e6c778ae8c) New: No Release Dates availability message - [`d17eb4f`](https://togithub.com/Radarr/Radarr/commit/d17eb4f33f0322659e130d365462108c4bb4ee1d) Bump version to 5.6.0 This list of changes was [auto generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=102&\_a=release-summary).</details> </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
109 lines
2.8 KiB
YAML
109 lines
2.8 KiB
YAML
image:
|
|
repository: ghcr.io/onedr0p/radarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.6.0.8846@sha256:3c75c2adc6ce547131a74b10fec4e0101658113810dba11b96878a0c3990c641
|
|
exportarrImage:
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.0.1@sha256:727e7bc8f2f0934a2117978c59f4476b954018b849a010ea6cfb380bd6539644
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7878
|
|
metrics:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: exportarr
|
|
ports:
|
|
metrics:
|
|
enabled: true
|
|
port: 7879
|
|
targetSelector: exportarr
|
|
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__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
exportarr:
|
|
enabled: true
|
|
type: Deployment
|
|
strategy: RollingUpdate
|
|
replicas: 1
|
|
podSpec:
|
|
containers:
|
|
exportarr:
|
|
primary: true
|
|
enabled: true
|
|
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:
|
|
exportarr:
|
|
mountPath: /config
|
|
readOnly: true
|
|
metrics:
|
|
main:
|
|
enabled: true
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: metrics
|
|
path: /metrics
|
|
targetSelector: metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
updated: true
|