Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
180e758dae
commit
43cd04d18d
Binary file not shown.
|
@ -7,10 +7,10 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.7.5
|
||||
appVersion: 0.7.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.2
|
||||
version: 18.0.3
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
|
||||
- https://ghcr.io/bitmagnet-io/bitmagnet
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.5
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/bitmagnet-io/bitmagnet
|
||||
tag: 0.7.5@sha256:40c91a1fc711d1988a5d630968f7051e59733446f340ff745d27b65a624c7b41
|
||||
tag: 0.7.7@sha256:45784df41956eede054a09553cc6f89139b228f94e9ea69837d95d6e559caadd
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
@ -46,7 +46,7 @@ workload:
|
|||
name: cnpg-main-urls
|
||||
key: host
|
||||
TMDB_API_KEY: ""
|
||||
DHT_CRAWLER_SAVE_FILES_THRESHOLD: "50"
|
||||
DHT_CRAWLER_SAVE_FILES_THRESHOLD: "100"
|
||||
args:
|
||||
- worker
|
||||
- run
|
|
@ -128,7 +128,7 @@ questions:
|
|||
description: This parameter provides a compromise over disabling the saving of files altogether. Some torrents contain many thousands of files, which impacts performance and uses a lot of database disk space. This parameter will discard the files info when the number of files is greater than the threshold.
|
||||
schema:
|
||||
type: string
|
||||
default: "50"
|
||||
default: "100"
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
Binary file not shown.
Loading…
Reference in New Issue