This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr) | patch | `39064fc` -> `910a9f2` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Feramance/qBitrr (docker.io/feramance/qbitrr)</summary> ### [`v4.9.14`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4914-28102024) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.9.13...v4.9.14) - [\[patch\] Removed redundant logs](https://redirect.github.com/Feramance/qBitrr/commit/4be37677f61204e811307b271b5a0b67b4b53a52) - [@​Feramance](https://redirect.github.com/Feramance) - [Fixed in tags check](https://redirect.github.com/Feramance/qBitrr/commit/62b29a91d5a74810dc2b14e7f0a1c4d02250d415) - [@​Feramance](https://redirect.github.com/Feramance) - [Tag check changes](https://redirect.github.com/Feramance/qBitrr/commit/9a43ab8af16f5f8bfb289eab44677992088b16d5) - [@​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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
63 lines
1.5 KiB
YAML
63 lines
1.5 KiB
YAML
image:
|
|
repository: docker.io/feramance/qbitrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.9.14@sha256:910a9f25d0f7c56dcf8fcce54e980ffc333876b9b82e26cf14d00cdeee957ac4
|
|
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
|