6cb4f40a46
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr) | patch | `v4.9.4` -> `v4.9.6` | --- > [!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.9.6`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v496-27092024) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.9.5...v4.9.6) - [\[patch\] Adjust search loop when using search by year](https://redirect.github.com/Feramance/qBitrr/commit/076901c2749609dc4710fadbd56a95bd71999f9f) - [@​Feramance](https://redirect.github.com/Feramance) *** ### [`v4.9.5`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v495-27092024) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.9.4...v4.9.5) - [\[patch\] Fix for Attribute error in PlaceHolderArr Class](https://redirect.github.com/Feramance/qBitrr/commit/1fa6453163d555e1f98669e40cf36a4b1e24b9a8) - [@​Feramance](https://redirect.github.com/Feramance) - [Formatting changes](https://redirect.github.com/Feramance/qBitrr/commit/e14bc3440f89a63030c303c20fdd5f9213e91bc8) - [@​Feramance](https://redirect.github.com/Feramance) *** </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45OC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
image:
|
|
repository: feramance/qbitrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.9.6@sha256:faf9ab0aadde858adedfb0bebf388dcd550a5e48a2bf34e54e39f9cd59ab516a
|
|
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
|