chore(deps): update container image feramance/qbitrr to v4.0.11@5615fad by renovate (#17047)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | feramance/qbitrr | major | `v3.8.12` -> `v4.0.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
f5133280a8
commit
a6e4add157
|
@ -1,38 +1,38 @@
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: qbitrr
|
name: qbitrr
|
||||||
version: 2.1.7
|
version: 3.0.0
|
||||||
appVersion: 3.8.12
|
appVersion: 4.0.11
|
||||||
description: A simple script to monitor qBit and communicate with Radarr and Sonarr.
|
description: A simple script to monitor qBit and communicate with Radarr and Sonarr.
|
||||||
home: https://truecharts.org/charts/stable/qbitrr
|
home: https://truecharts.org/charts/stable/qbitrr
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Feramance/Qbitrr
|
- https://github.com/Feramance/Qbitrr
|
||||||
- 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
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
keywords:
|
keywords:
|
||||||
- qbitrr
|
- qbitrr
|
||||||
- Downloaders
|
- Downloaders
|
||||||
- MediaApp-Other
|
- MediaApp-Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 17.2.21
|
version: 17.2.21
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 23.10.2
|
max_scale_version: 23.10.2
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 23.10.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Downloaders
|
truecharts.org/category: Downloaders
|
||||||
truecharts.org/max_helm_version: "3.13"
|
truecharts.org/max_helm_version: "3.13"
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
type: application
|
type: application
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: feramance/qbitrr
|
repository: feramance/qbitrr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v3.8.12@sha256:084f8a652da2f356ace134c193fca87a61c17deb207a19230a9c5f6c7c87e09c
|
tag: v4.0.11@sha256:5615faddb9dd34f9985db2ece1e2cbc6c59c080e7885966a006937e12c13e41f
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
Loading…
Reference in New Issue