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=-->
76 lines
2.0 KiB
YAML
76 lines
2.0 KiB
YAML
image:
|
|
repository: ghcr.io/home-operations/bazarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.5.1@sha256:0ac96948fd8dbf1c9d8ffa83ed441d2e77c6fc79f81600c8ea160172cf66740e
|
|
exportarrImage:
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
tag: v2.2.0@sha256:320b0ea7399f4b9af4741dcdddd7d40c05c36b0359679305d8a54df4e97065df
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6767
|
|
protocol: http
|
|
targetPort: 6767
|
|
metrics:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
type: ClusterIP
|
|
ports:
|
|
metrics:
|
|
enabled: true
|
|
port: 7879
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
exportarr:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
imageSelector: exportarrImage
|
|
args:
|
|
- bazarr
|
|
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 }}'
|
|
APIKEY: "{{ .Values.metrics.main.apiKey }}"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /config
|
|
exportarr:
|
|
mountPath: /config
|
|
readOnly: true
|
|
|
|
metrics:
|
|
main:
|
|
enabled: false
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: metrics
|
|
path: /metrics
|
|
targetSelector: metrics
|
|
# Required for exportarr
|
|
apiKey: ""
|