8cb8077a56
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch | `v4.2.6` -> `v4.2.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Feramance/qBitrr (feramance/qbitrr)</summary> ### [`v4.2.7`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v427-05022024) [Compare Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.6...v4.2.7) - [\[patch\] Removed key error looping](https://togithub.com/Feramance/qBitrr/commit/a5365c075fa4d0b9ab3400f29da020db9f9a98af) - [@​Feramance](https://togithub.com/Feramance) - [Another readme update, bad formatting](https://togithub.com/Feramance/qBitrr/commit/0789a2e028e44b07ce3828efd78558eb2db1e895) - [@​Feramance](https://togithub.com/Feramance) - [Readme update](https://togithub.com/Feramance/qBitrr/commit/c0026e473e7e48e3506190c31d58daf881843480) - [@​Feramance](https://togithub.com/Feramance) - [Updated key error debug for series](https://togithub.com/Feramance/qBitrr/commit/3822c3d99e7e6a682d6f398696386684d7fa5e49) - [@​Feramance](https://togithub.com/Feramance) - [qBitrr+ notice](https://togithub.com/Feramance/qBitrr/commit/a8889fd971014bb672d1acc9c1030c02db33ab64) - [@​Feramance](https://togithub.com/Feramance) - [Fixed debugs](https://togithub.com/Feramance/qBitrr/commit/03621f9cbddbb8b3062635699fe0888a84036a78) - [@​Feramance](https://togithub.com/Feramance) - [Merge pull request #​59 from Feramance/dependabot/github_actions/dependabot/fetch-metadata-1.6.0](https://togithub.com/Feramance/qBitrr/commit/2cfb370ecbbebfad6f49c6d8987be96174fd5e4a) - [@​Feramance](https://togithub.com/Feramance) - [Dependabot workflow update](https://togithub.com/Feramance/qBitrr/commit/ca919bb987a1d61edbb18b6ef8341ec9e4a65ccf) - [@​Feramance](https://togithub.com/Feramance) - [Bump dependabot/fetch-metadata from 1.1.1 to 1.6.0](https://togithub.com/Feramance/qBitrr/commit/6b5423807ab93a2b6656de2885e7fb266303b857) - [@​dependabot](https://togithub.com/dependabot)\[bot] - [Queue fix](https://togithub.com/Feramance/qBitrr/commit/ac59cafbe33e54b851e6f171924b0ad113b878cd) - [@​Feramance](https://togithub.com/Feramance) *** </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
image:
|
|
repository: feramance/qbitrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.2.7@sha256:1c3d3b835278e996a8e49be054038ff1026db1a44021182e56a1aabe23803a09
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
initContainers:
|
|
1-create-config-file:
|
|
type: install
|
|
enabled: true
|
|
imageSelector: "image"
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
args:
|
|
- |
|
|
conf="/config/config.toml"
|
|
example="https://raw.githubusercontent.com/Feramance/qBitrr/master/config.example.toml"
|
|
if [ -f "$conf" ]; then
|
|
echo "$conf exists. Skipping..."
|
|
else
|
|
echo "$conf does not exist... Downloading the example from upstream..."
|
|
wget "$example" -O $conf || echo "Failed to download"
|
|
fi
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
QBITRR_OVERRIDES_DATA_PATH: /config
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
targetSelector:
|
|
main:
|
|
main: {}
|
|
1-create-config-file: {}
|
|
downloads:
|
|
enabled: true
|
|
mountPath: /completed_downloads
|
|
portal:
|
|
open:
|
|
enabled: false
|