Files
truecharts/charts/stable/radarr/values.yaml
T
TrueCharts BotandGitHub bfc0813bbd chore(deps): update container image ghcr.io/onedr0p/radarr to v5.4.6.8723@b480add by renovate (#20705)
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.3.6.8612` ->
`5.4.6.8723` |

---

> [!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.4.6.8723`](https://togithub.com/Radarr/Radarr/releases/tag/v5.4.6.8723):
5.4.6.8723

[Compare
Source](https://togithub.com/Radarr/Radarr/compare/v5.3.6.8612...v5.4.6.8723)

*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:

-
[`f7ca0b8`](https://togithub.com/Radarr/Radarr/commit/f7ca0b8b0642bf4306341be41234f9317c154bad)
New: Auto tag movies based on tags present/absent on movies \[
[#&#8203;9916](https://togithub.com/Radarr/Radarr/issues/9916) ]
-
[`56be950`](https://togithub.com/Radarr/Radarr/commit/56be9502af7838b6215f87d29b89663e86d2e595)
Add DevContainer, VSCode config and extensions.json \[
[#&#8203;9914](https://togithub.com/Radarr/Radarr/issues/9914) ]
-
[`77381d3`](https://togithub.com/Radarr/Radarr/commit/77381d3f727cf2a7b12d994d7f5bd1413b0e08e6)
New: Option to prefix app name on Telegram notification titles \[
[#&#8203;9913](https://togithub.com/Radarr/Radarr/issues/9913) ]
-
[`198e632`](https://togithub.com/Radarr/Radarr/commit/198e6324e064b339b4a72c1c880057e999412d2d)
Truncate long names for import lists
-
[`81c9537`](https://togithub.com/Radarr/Radarr/commit/81c9537e5a48e09c438134ea86204ce1f1c1f6c3)
New: 'Custom Format:Format Name' rename token \[
[#&#8203;9835](https://togithub.com/Radarr/Radarr/issues/9835),
[#&#8203;9826](https://togithub.com/Radarr/Radarr/issues/9826) ]
-
[`d3cbb9b`](https://togithub.com/Radarr/Radarr/commit/d3cbb9be8dfdc7665805f8e832251141b33ab3f0)
New: Detect shfs mounts
-
[`2e043c0`](https://togithub.com/Radarr/Radarr/commit/2e043c0cf71496054815a672a0dea5cc092c8c1b)
Bump version to 5.4.6

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=95&\_a=release-summary).

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-13 08:28:26 +02:00

109 lines
2.8 KiB
YAML

image:
repository: ghcr.io/onedr0p/radarr
pullPolicy: IfNotPresent
tag: 5.4.6.8723@sha256:b480add126ac1d0d7700085517419b57c57d5881f4a38ac14abad2deb6dde898
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