This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/lidarr](https://ghcr.io/trueforge-org/lidarr) ([source](https://redirect.github.com/Lidarr/Lidarr)) | patch | `7e715d5` → `f0c5721` | --- > [!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. --- ### Release Notes <details> <summary>Lidarr/Lidarr (oci.trueforge.org/containerforge/lidarr)</summary> ### [`v3.1.3.4968`](https://redirect.github.com/Lidarr/Lidarr/releases/tag/v3.1.3.4968): 3.1.3.4968 [Compare Source](https://redirect.github.com/Lidarr/Lidarr/compare/v3.1.2.4938...v3.1.3.4968) *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.*** #### Changes: - [`3912bfb`](https://redirect.github.com/Lidarr/Lidarr/commit/3912bfb494a8654becb929ed17e3760a93ab7828) Multiple Translations updated by Weblate - [`621185e`](https://redirect.github.com/Lidarr/Lidarr/commit/621185e6a3239f3619a7cd328c2356768035da24) Reuse authentification cookies for qBittorrent calls - [`7149a91`](https://redirect.github.com/Lidarr/Lidarr/commit/7149a912b534e91787ba20919400850efb3bcb8b) New: Postgres Connection String option - [`ff64af7`](https://redirect.github.com/Lidarr/Lidarr/commit/ff64af7004666751220f0830f2fd365ed3218e54) Fix tests for combined type search - [`d6e84e3`](https://redirect.github.com/Lidarr/Lidarr/commit/d6e84e383c52fbd0cfbfc849ca3404ea3fbecf08) New: Bump .NET to 8.0.27 - [`b91126f`](https://redirect.github.com/Lidarr/Lidarr/commit/b91126ff82c2651821876da63b0560df4db4bd52) Bump dessant github actions to fix token issues - [`498de3f`](https://redirect.github.com/Lidarr/Lidarr/commit/498de3fc51ff3297632b45560bab0e3c50e2c092) New: API key support for qBittorrent - [`b106629`](https://redirect.github.com/Lidarr/Lidarr/commit/b106629afd31637e2cd5fa97a06cc10fe606d046) Fixed: Login with credentials on Qbittorrent 5.2 - [`467c8d4`](https://redirect.github.com/Lidarr/Lidarr/commit/467c8d497d3b85db880a47fadfc7c67eb23536f9) Fixed: Testing qBittorrent after credentials change would always pass tests - [`58a1d93`](https://redirect.github.com/Lidarr/Lidarr/commit/58a1d9357b0d279d81add7c4ffab653dde798a5b) Bump MailKit to 4.16.0 <details><summary><b>See More</b></summary> - [`ccbe05a`](https://redirect.github.com/Lidarr/Lidarr/commit/ccbe05a2d98e301c5401a68867d9a4eefb4d1243) Version bump to 3.1.3 - [`fd6f976`](https://redirect.github.com/Lidarr/Lidarr/commit/fd6f97640cb75af1143a64c917376108f14f6d69) Fixed: Downloading backups when path contains a trailing slash This list of changes was [auto generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/_release?releaseId=170&_a=release-summary).</details> </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9saWRhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
105 lines
3.0 KiB
YAML
105 lines
3.0 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/lidarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.3.4968@sha256:f0c57216b1c63fa2966408fa18fda456d72324e2442aa5378699b1a758d9705f
|
|
exportarrImage:
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8686
|
|
metrics:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
type: ClusterIP
|
|
ports:
|
|
metrics:
|
|
enabled: true
|
|
port: 8687
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
env:
|
|
LIDARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# External | Basic | Forms
|
|
LIDARR__AUTH__METHOD: ""
|
|
# DisabledForLocalAddresses | Enabled
|
|
LIDARR__AUTH__REQUIRED: DisabledForLocalAddresses
|
|
# LIDARR__APP__THEME: dark
|
|
# LIDARR__APP__INSTANCENAME: Lidarr
|
|
# LIDARR__LOG__LEVEL: info
|
|
# LIDARR__UPDATE__BRANCH: develop
|
|
exportarr:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
imageSelector: exportarrImage
|
|
args:
|
|
- lidarr
|
|
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
|
|
|
|
updated: true
|