This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/exportarr](https://redirect.github.com/onedr0p/exportarr) | minor | `ffe2065` -> `320b0ea` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary> ### [`v2.2.0`](https://redirect.github.com/onedr0p/exportarr/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/onedr0p/exportarr/compare/v2.1.0...v2.2.0) ##### What's Changed - fix(deps): update module github.com/knadh/koanf/providers/env to v1.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/348](https://redirect.github.com/onedr0p/exportarr/pull/348) - fix(deps): update module github.com/knadh/koanf/providers/file to v1.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/349](https://redirect.github.com/onedr0p/exportarr/pull/349) - fix(deps): update module github.com/prometheus/client_golang to v1.22.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/347](https://redirect.github.com/onedr0p/exportarr/pull/347) - fix(deps): update module golang.org/x/sync to v0.13.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/346](https://redirect.github.com/onedr0p/exportarr/pull/346) - chore(deps): update golang docker tag to v1.24.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/345](https://redirect.github.com/onedr0p/exportarr/pull/345) - chore(deps): update dependency go to v1.24.2 - autoclosed by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/344](https://redirect.github.com/onedr0p/exportarr/pull/344) - fix(deps): update module github.com/knadh/koanf/v2 to v2.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/351](https://redirect.github.com/onedr0p/exportarr/pull/351) - fix(deps): update module github.com/knadh/koanf/providers/confmap to v1 - autoclosed by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/352](https://redirect.github.com/onedr0p/exportarr/pull/352) - fix: update golangci-lint and fix linting issues by [@​onedr0p](https://redirect.github.com/onedr0p) in [https://github.com/onedr0p/exportarr/pull/353](https://redirect.github.com/onedr0p/exportarr/pull/353) - fix(deps): update module github.com/knadh/koanf/providers/posflag to v1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/onedr0p/exportarr/pull/354](https://redirect.github.com/onedr0p/exportarr/pull/354) - Add quality weights by [@​Saviq](https://redirect.github.com/Saviq) in [https://github.com/onedr0p/exportarr/pull/350](https://redirect.github.com/onedr0p/exportarr/pull/350) ##### New Contributors - [@​Saviq](https://redirect.github.com/Saviq) made their first contribution in [https://github.com/onedr0p/exportarr/pull/350](https://redirect.github.com/onedr0p/exportarr/pull/350) **Full Changelog**: https://github.com/onedr0p/exportarr/compare/v2.1.0...v2.2.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
99 lines
2.9 KiB
YAML
99 lines
2.9 KiB
YAML
image:
|
|
repository: ghcr.io/home-operations/sonarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.0.14.2938@sha256:acd5416ab9c36d017687820a32f09d09a4e25a5754aa5ebeae2e7c63d7609c13
|
|
exportarrImage:
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.2.0@sha256:320b0ea7399f4b9af4741dcdddd7d40c05c36b0359679305d8a54df4e97065df
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8989
|
|
metrics:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
type: ClusterIP
|
|
ports:
|
|
metrics:
|
|
enabled: true
|
|
port: 8990
|
|
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:
|
|
SONARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# External | Basic | Forms
|
|
SONARR__AUTH__METHOD: ""
|
|
# DisabledForLocalAddresses | Enabled
|
|
SONARR__AUTH__REQUIRED: DisabledForLocalAddresses
|
|
# SONARR__APP__THEME: dark
|
|
# SONARR__APP__INSTANCENAME: Sonarr
|
|
# SONARR__LOG__LEVEL: info
|
|
# SONARR__UPDATE__BRANCH: develop
|
|
exportarr:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
imageSelector: exportarrImage
|
|
args:
|
|
- sonarr
|
|
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
|