This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/lidarr-develop](https://ghcr.io/onedr0p/lidarr-develop) ([source](https://togithub.com/Lidarr/Lidarr)) | patch | `2.2.2.4090` -> `2.2.3.4098` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Lidarr/Lidarr (ghcr.io/onedr0p/lidarr-develop)</summary> ### [`v2.2.3.4098`](https://togithub.com/Lidarr/Lidarr/releases/tag/v2.2.3.4098): 2.2.3.4098 [Compare Source](https://togithub.com/Lidarr/Lidarr/compare/v2.2.2.4090...v2.2.3.4098) *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: - [`55eaecb`](https://togithub.com/Lidarr/Lidarr/commit/55eaecb3c8af6c6d36b90f31c5860880dd101097) Fixed: Disabled select option still selectable \[ [#​4679](https://togithub.com/Lidarr/Lidarr/issues/4679) ] - [`63e36f7`](https://togithub.com/Lidarr/Lidarr/commit/63e36f71d2fe14f23cb8f05551a792a6379fecf6) Ensure not allowed cursor is shown for disabled select inputs - [`89e184e`](https://togithub.com/Lidarr/Lidarr/commit/89e184e768d5376821954e389db9383561bbba76) Ensure artists are populated in PageConnector - [`873a225`](https://togithub.com/Lidarr/Lidarr/commit/873a225f0c76406bedda4a30e9c70067d5ea8340) New: Show artist names after task name when applicable \[ [#​4678](https://togithub.com/Lidarr/Lidarr/issues/4678) ] - [`b81170d`](https://togithub.com/Lidarr/Lidarr/commit/b81170d9117daff1125932be70ffc677ff66b52e) Fixed: Wrapping of naming tokens with alternate separators \[ [#​4561](https://togithub.com/Lidarr/Lidarr/issues/4561), [#​4677](https://togithub.com/Lidarr/Lidarr/issues/4677) ] - [`5ffde40`](https://togithub.com/Lidarr/Lidarr/commit/5ffde4032058347e11909874525545980677b819) Automated API Docs update - [`ebfa680`](https://togithub.com/Lidarr/Lidarr/commit/ebfa68087d702bc4a91664e06a594285d40b2f0a) Fixed: Release push with only Magnet URL - [`1db0eb1`](https://togithub.com/Lidarr/Lidarr/commit/1db0eb1029153207ab2ceefba23fc5e338c9ea0f) New: Indexer flags - [`967b580`](https://togithub.com/Lidarr/Lidarr/commit/967b58017aee4bc2292f5a83e089005834df0530) Bump ImageSharp, Polly - [`3754d61`](https://togithub.com/Lidarr/Lidarr/commit/3754d611c78b20cbf34ca1485ee3b19d0f4169e0) Bump version to 2.2.3 This list of changes was [auto generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=74&\_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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
110 lines
2.8 KiB
YAML
110 lines
2.8 KiB
YAML
image:
|
|
repository: ghcr.io/onedr0p/lidarr-develop
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.2.3.4098@sha256:ddb5035c57005792761e60371ab7e2ca3e0804fa5ab6952266b0d5f797ed08c2
|
|
exportarrImage:
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8686
|
|
metrics:
|
|
enabled: true
|
|
type: ClusterIP
|
|
targetSelector: exportarr
|
|
ports:
|
|
metrics:
|
|
enabled: true
|
|
port: 8687
|
|
targetSelector: exportarr
|
|
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__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
LIDARR__AUTHENTICATION_METHOD: ""
|
|
exportarr:
|
|
enabled: true
|
|
type: Deployment
|
|
strategy: RollingUpdate
|
|
replicas: 1
|
|
podSpec:
|
|
containers:
|
|
exportarr:
|
|
primary: true
|
|
enabled: true
|
|
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:
|
|
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
|