66a2ff6ded
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/doplarr](https://ghcr.io/trueforge-org/doplarr) ([source](https://redirect.github.com/kiranshila/doplarr)) | digest | `51fe1b6` → `c010013` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kb3BsYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/doplarr
|
|
tag: "3.8.0@sha256:c01001334134cf68f53563a4f7e4aea8e21b8cb2c335f27ba47cc10cfc20559e"
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
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: ""
|