Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-01 09:40:57 +00:00
parent 6c419a0922
commit addde24b8e
31 changed files with 1505 additions and 5 deletions

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 0.7.7 appVersion: 0.7.7
dependencies: dependencies:
- name: common - name: common
version: 18.0.3 version: 18.1.2
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.4 version: 1.3.1

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -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
@ -74,3 +74,37 @@ metrics:
targetSelector: main targetSelector: main
prometheusRule: prometheusRule:
enabled: false enabled: false
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: "1"
data:
bitmagnet.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
datasource:
enabled: true
labels:
grafana_datasources: "1"
data:
bitmagnetpsql.yaml: |-
apiVersion: 1
datasources:
- name: BitmagnetPostgres
type: postgres
uid: bitmagnetpostgres
url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }}
access: proxy
user: {{ .Values.cnpg.main.user }}
secureJsonData:
password: {{ .Values.cnpg.main.creds.password | default "na" }}
jsonData:
database: {{ .Values.cnpg.main.database }}
sslmode: 'disable' # disable/require/verify-ca/verify-full
maxOpenConns: 100 # Grafana v5.4+
maxIdleConns: 100 # Grafana v5.4+
maxIdleConnsAuto: true # Grafana v9.5.1+
connMaxLifetime: 14400 # Grafana v5.4+
postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10
timescaledb: false

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..."