Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a1eba05ee2
commit
41fc403e68
Binary file not shown.
|
@ -10,7 +10,7 @@ apiVersion: v2
|
|||
appVersion: 4.6.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 22.0.3
|
||||
version: 23.0.0
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://ghcr.io/onedr0p/qbittorrent
|
||||
- https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server
|
||||
type: application
|
||||
version: 20.0.3
|
||||
version: 20.0.5
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
## [qbittorrent-20.0.3](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-20.0.3) (2024-04-30)
|
||||
## [qbittorrent-20.0.5](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-20.0.5) (2024-05-06)
|
||||
|
||||
### Chore
|
||||
|
||||
|
@ -10,6 +10,8 @@
|
|||
|
||||
- bump common
|
||||
|
||||
- bump common to release improved checks on volsync and cnpg ([#21454](https://github.com/truecharts/charts/issues/21454))
|
||||
|
||||
- bump everything to release new doc pages
|
||||
|
||||
- update groups html ([#21121](https://github.com/truecharts/charts/issues/21121))
|
||||
|
@ -20,7 +22,7 @@
|
|||
|
||||
- update docs links
|
||||
|
||||
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
|
||||
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
|
||||
|
||||
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
|
||||
|
||||
|
@ -32,7 +34,7 @@
|
|||
|
||||
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
|
||||
|
||||
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
|
||||
- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384))
|
||||
|
||||
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
|
||||
|
||||
|
@ -42,7 +44,7 @@
|
|||
|
||||
- update container image ghcr.io/onedr0p/qbittorrent to 4.6.4[@cb8a7df](https://github.com/cb8a7df) by renovate ([#20426](https://github.com/truecharts/charts/issues/20426))
|
||||
|
||||
- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384))
|
||||
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
|
||||
|
||||
- update container image ghcr.io/onedr0p/qbittorrent to v4.6.4[@85f1852](https://github.com/85f1852) by renovate ([#19763](https://github.com/truecharts/charts/issues/19763))
|
||||
|
||||
|
@ -86,4 +88,6 @@
|
|||
|
||||
- adapt for common cnpg/volsync pathing changes ([#21445](https://github.com/truecharts/charts/issues/21445))
|
||||
|
||||
- allow webui access from all IP families ([#21664](https://github.com/truecharts/charts/issues/21664))
|
||||
|
||||
- replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI ([#21154](https://github.com/truecharts/charts/issues/21154))
|
Binary file not shown.
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -48,7 +48,7 @@ workload:
|
|||
# set the default port
|
||||
QBITTORRENT__PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
# stops users from bricking their chart from setting the ip to a random ip when its a container.
|
||||
QBT_Preferences__WebUI__Address: "0.0.0.0"
|
||||
QBT_Preferences__WebUI__Address: "*"
|
||||
# set port from gui.
|
||||
QBT_BitTorrent__Session__Port: "{{ .Values.service.torrent.ports.torrent.port }}"
|
||||
# legacy ini key
|
|
@ -227,13 +227,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: region
|
||||
label: "region"
|
||||
description: "region is primarily for AWS not needed for most cases"
|
||||
schema:
|
||||
show_if: [["type", "=", "s3"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: bucket
|
||||
label: "bucket"
|
||||
schema:
|
Loading…
Reference in New Issue