14eed29a23
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/kiranshila/doplarr](https://togithub.com/kiranshila/Doplarr) | patch | `v3.6.2` -> `v3.6.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kiranshila/Doplarr (ghcr.io/kiranshila/doplarr)</summary> ### [`v3.6.3`](https://togithub.com/kiranshila/Doplarr/releases/tag/v3.6.3) [Compare Source](https://togithub.com/kiranshila/Doplarr/compare/v3.6.2...v3.6.3) #### What's Changed - Add extra detail to Discord configuration instructions by [@​jconnop](https://togithub.com/jconnop) in [https://github.com/kiranshila/Doplarr/pull/109](https://togithub.com/kiranshila/Doplarr/pull/109) - Bug: Fix for Query with Special Characters Failing Against Overseer by [@​The-Running-Dev](https://togithub.com/The-Running-Dev) in [https://github.com/kiranshila/Doplarr/pull/134](https://togithub.com/kiranshila/Doplarr/pull/134) #### New Contributors - [@​jconnop](https://togithub.com/jconnop) made their first contribution in [https://github.com/kiranshila/Doplarr/pull/109](https://togithub.com/kiranshila/Doplarr/pull/109) - [@​The-Running-Dev](https://togithub.com/The-Running-Dev) made their first contribution in [https://github.com/kiranshila/Doplarr/pull/134](https://togithub.com/kiranshila/Doplarr/pull/134) **Full Changelog**: https://github.com/kiranshila/Doplarr/compare/v3.6.2...v3.6.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
image:
|
|
repository: ghcr.io/kiranshila/doplarr
|
|
tag: v3.6.3@sha256:426517f9913bc330dd3a52830a7fc37ff49eb4ba5782eeee1ea70787f3dce12c
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
# TODO needs secretEnv variables
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
OVERSEERR__URL: ""
|
|
DISCORD__MAX_RESULTS: 25
|
|
DISCORD__REQUESTED_MSG_STYLE: ":plain"
|
|
SONARR__URL: ""
|
|
SONARR__QUALITY_PROFILE: ""
|
|
SONARR__LANGUAGE_PROFILE: ""
|
|
RADARR__URL: ""
|
|
RADARR__QUALITY_PROFILE: ""
|
|
PARTIAL_SEASONS: true
|
|
LOG_LEVEL: ":info"
|
|
OVERSEERR__API: ""
|
|
OVERSEERR__DEFAULT_ID: ""
|
|
SONARR__API: ""
|
|
RADARR__API: ""
|
|
DISCORD__ROLE_ID: ""
|
|
DISCORD__TOKEN: ""
|
|
portal:
|
|
open:
|
|
enabled: false
|