Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-27 18:40:51 +00:00
parent 180e758dae
commit 43cd04d18d
13 changed files with 6 additions and 6 deletions

View File

@ -7,10 +7,10 @@ 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: 0.7.5 appVersion: 0.7.7
dependencies: dependencies:
- name: common - name: common
version: 18.0.2 version: 18.0.3
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
- https://ghcr.io/bitmagnet-io/bitmagnet - https://ghcr.io/bitmagnet-io/bitmagnet
type: application type: application
version: 1.1.1 version: 1.1.5

Binary file not shown.

View File

@ -1,6 +1,6 @@
image: image:
repository: ghcr.io/bitmagnet-io/bitmagnet repository: ghcr.io/bitmagnet-io/bitmagnet
tag: 0.7.5@sha256:40c91a1fc711d1988a5d630968f7051e59733446f340ff745d27b65a624c7b41 tag: 0.7.7@sha256:45784df41956eede054a09553cc6f89139b228f94e9ea69837d95d6e559caadd
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
main: main:
@ -46,7 +46,7 @@ workload:
name: cnpg-main-urls name: cnpg-main-urls
key: host key: host
TMDB_API_KEY: "" TMDB_API_KEY: ""
DHT_CRAWLER_SAVE_FILES_THRESHOLD: "50" DHT_CRAWLER_SAVE_FILES_THRESHOLD: "100"
args: args:
- worker - worker
- run - run

View File

@ -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. 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: schema:
type: string type: string
default: "50" default: "100"
- variable: envList - variable: envList
label: Extra Environment Variables 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..." description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."