chore(deps): update container image feramance/qbitrr to v4.3.2@a085a66 by renovate (#18216)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [feramance/qbitrr](https://togithub.com/Feramance/qBitrr) | patch | `v4.3.1` -> `v4.3.2` | --- > [!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.2`](https://togithub.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v432-12022024) [Compare Source](https://togithub.com/Feramance/qBitrr/compare/v4.3.1...v4.3.2) - [\[patch\] Current free space fix](d08a440f77
) - [@​Feramance](https://togithub.com/Feramance) - [Request update fixes](8b6e85672e
) - [@​Feramance](https://togithub.com/Feramance) - [Removed redundant connection error log](cef40ae401
) - [@​Feramance](https://togithub.com/Feramance) - [Added tag to show imported torrents](89b39f35a5
) - [@​Feramance](https://togithub.com/Feramance) - [Updated request files query](a8a43b7cd0
) - [@​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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
d5fa7ded94
commit
37d13f3593
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.3.1
|
||||
appVersion: 4.3.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
|
||||
- https://hub.docker.com/r/feramance/qbitrr
|
||||
type: application
|
||||
version: 3.3.0
|
||||
version: 3.3.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: feramance/qbitrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.3.1@sha256:028e4d7772065ff39f326085a252683156cdf9d720b0eea276124bb1c813777f
|
||||
tag: v4.3.2@sha256:a085a6677195ed786733ef7846dd3238cf65b0fabf8b022416b00c11746e8cfb
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
Loading…
Reference in New Issue