chore(deps): update container image feramance/qbitrr to v4.3.1@028e4d7 by renovate (#18180)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | minor | `v4.2.9` -> `v4.3.1` | --- > [!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.3.1`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v431-09022024) [Compare Source](https://togithub.com/Feramance/qBitrr/compare/v4.3.0...v4.3.1) - [\[patch\] Missing search fix](7eacedd860
) - [@​Feramance](https://togithub.com/Feramance) - [Updated get files function and quality met](8f36066a10
) - [@​Feramance](https://togithub.com/Feramance) - [Added logs for debugging](71d95fecbf
) - [@​Feramance](https://togithub.com/Feramance) *** ### [`v4.3.0`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v430-09022024) [Compare Source](https://togithub.com/Feramance/qBitrr/compare/v4.2.9...v4.3.0) - [\[minor\] Added option to force minimum custom formats on torrents](66eea0ef9a
) - [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
de7564b078
commit
9792c763ca
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.2.9
|
appVersion: 4.3.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 17.2.30
|
version: 17.2.30
|
||||||
|
@ -35,4 +35,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
|
||||||
- https://hub.docker.com/r/feramance/qbitrr
|
- https://hub.docker.com/r/feramance/qbitrr
|
||||||
type: application
|
type: application
|
||||||
version: 3.2.9
|
version: 3.3.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: feramance/qbitrr
|
repository: feramance/qbitrr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v4.2.9@sha256:8070006bb2dc7511cf3d52b95c4a66b195719b08860930bd205bac5056915630
|
tag: v4.3.1@sha256:028e4d7772065ff39f326085a252683156cdf9d720b0eea276124bb1c813777f
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
Loading…
Reference in New Issue