Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-25 23:39:57 +00:00
parent 2db424aca7
commit e2436e7768
83 changed files with 9176 additions and 186 deletions

View File

@ -1,9 +0,0 @@
## [external-service-9.0.23](https://github.com/truecharts/charts/compare/external-service-9.0.22...external-service-9.0.23) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -4,6 +4,19 @@
## [external-service-9.0.24](https://github.com/truecharts/charts/compare/external-service-9.0.23...external-service-9.0.24) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/alpine to latest ([#9901](https://github.com/truecharts/charts/issues/9901))
### Fix
- add missing `additional_attrs: true` ([#9581](https://github.com/truecharts/charts/issues/9581))
## [external-service-9.0.23](https://github.com/truecharts/charts/compare/external-service-9.0.22...external-service-9.0.23) (2023-06-13)
### Chore
@ -84,16 +97,3 @@
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
## [external-service-9.0.14](https://github.com/truecharts/charts/compare/external-service-9.0.13...external-service-9.0.14) (2023-05-16)
### Chore
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))

View File

@ -20,7 +20,7 @@ name: external-service
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/external-service
type: application
version: 9.0.23
version: 9.0.24
annotations:
truecharts.org/catagories: |
- networking

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,13 @@
## [external-service-9.0.24](https://github.com/truecharts/charts/compare/external-service-9.0.23...external-service-9.0.24) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/alpine to latest ([#9901](https://github.com/truecharts/charts/issues/9901))
### Fix
- add missing `additional_attrs: true` ([#9581](https://github.com/truecharts/charts/issues/9581))

View File

@ -2,7 +2,7 @@
image:
repository: tccr.io/truecharts/alpine
pullPolicy: IfNotPresent
tag: latest@sha256:2042d13cae39c99cbac39447b686e7ad34509e32424efdf3ff9e2b324b6e6b34
tag: latest@sha256:a661597195a991150580f4915018663dd18bc36f5fef1e88e00c7a3e7b93e127
service:
main:

View File

@ -155,8 +155,9 @@ questions:
show_subquestions_if: true
subquestions:
- variable: annotations
label: "annoations"
label: "annotations"
schema:
additional_attrs: true
type: dict
hidden: true
attrs:
@ -233,64 +234,65 @@ questions:
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["advanced", "=", true]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
type: list
default: []
items:
- variable: host
label: Host
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png
categories:
- networking
screenshots: []

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [lidarr-16.0.24](https://github.com/truecharts/charts/compare/lidarr-16.0.23...lidarr-16.0.24) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.5.3288 ([#9904](https://github.com/truecharts/charts/issues/9904))
## [lidarr-16.0.23](https://github.com/truecharts/charts/compare/lidarr-16.0.22...lidarr-16.0.23) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9712](https://github.com/truecharts/charts/issues/9712))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.4.3273 ([#9660](https://github.com/truecharts/charts/issues/9660))
## [lidarr-16.0.22](https://github.com/truecharts/charts/compare/lidarr-16.0.21...lidarr-16.0.22) (2023-06-15)
### Chore

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "1.2.5.3288"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
deprecated: false
description: Looks and smells like Sonarr but made for music
home: https://truecharts.org/charts/stable/lidarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png
keywords:
- lidarr
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: lidarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
- https://github.com/Lidarr/Lidarr
type: application
version: 16.0.24
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [lidarr-16.0.24](https://github.com/truecharts/charts/compare/lidarr-16.0.23...lidarr-16.0.24) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.2.5.3288 ([#9904](https://github.com/truecharts/charts/issues/9904))

View File

@ -0,0 +1,8 @@
Looks and smells like Sonarr but made for music
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/lidarr](https://truecharts.org/charts/stable/lidarr)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,46 @@
image:
repository: tccr.io/truecharts/lidarr
pullPolicy: IfNotPresent
tag: v1.2.5.3288@sha256:cf626ae0bb63f48ccfa01ff6d293c5d67f4843dba1550694800984e5d7b00123
service:
main:
ports:
main:
port: 8686
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
## Set this to true if you wish to specify your own livenessProbe
custom: true
## The spec field contains the values for the default livenessProbe.
## If you selected custom: true, this field holds the definition of the livenessProbe.
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
env:
LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}"
LIDARR__AUTHENTICATION_METHOD: ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -1,10 +0,0 @@
## [openvscode-server-5.0.29](https://github.com/truecharts/charts/compare/openvscode-server-5.0.27...openvscode-server-5.0.29) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/openvscode-server to v1.79.1 ([#9674](https://github.com/truecharts/charts/issues/9674))
- update container image tccr.io/truecharts/openvscode-server to v1.78.2 ([#9627](https://github.com/truecharts/charts/issues/9627))

View File

@ -4,6 +4,15 @@
## [openvscode-server-5.0.30](https://github.com/truecharts/charts/compare/openvscode-server-5.0.29...openvscode-server-5.0.30) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/openvscode-server to v1.79.2 ([#9905](https://github.com/truecharts/charts/issues/9905))
## [openvscode-server-5.0.29](https://github.com/truecharts/charts/compare/openvscode-server-5.0.27...openvscode-server-5.0.29) (2023-06-15)
### Chore
@ -88,12 +97,3 @@
### Chore
- update container image tccr.io/truecharts/openvscode-server to v1.79.1 ([#9674](https://github.com/truecharts/charts/issues/9674))
- update container image tccr.io/truecharts/openvscode-server to v1.78.2 ([#9627](https://github.com/truecharts/charts/issues/9627))
## [openvscode-server-5.0.29](https://github.com/truecharts/charts/compare/openvscode-server-5.0.27...openvscode-server-5.0.29) (2023-06-15)
### Chore

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: openvscode-server
version: 5.0.29
appVersion: "1.79.1"
version: 5.0.30
appVersion: "1.79.2"
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
type: application
deprecated: false

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [openvscode-server-5.0.30](https://github.com/truecharts/charts/compare/openvscode-server-5.0.29...openvscode-server-5.0.30) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/openvscode-server to v1.79.2 ([#9905](https://github.com/truecharts/charts/issues/9905))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/openvscode-server
pullPolicy: IfNotPresent
tag: v1.79.1@sha256:65a8c88dcdfa2d148e93965cd7fdca91aee6e216e1ddeac8259a9520d125153a
tag: v1.79.2@sha256:e4ee2aec4bb91a73bbcdb3226d376a872f66013298bc01502e6d37083949afac
# secretEnv:
# CONNECTION_TOKEN: "somerandomstring"
# CONNECTION_SECRET: ""

View File

@ -578,8 +578,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -1108,14 +1138,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -1129,7 +1159,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -1137,7 +1167,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [prowlarr-11.0.28](https://github.com/truecharts/charts/compare/prowlarr-11.0.27...prowlarr-11.0.28) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.1.3564 ([#9906](https://github.com/truecharts/charts/issues/9906))
## [prowlarr-11.0.27](https://github.com/truecharts/charts/compare/prowlarr-11.0.26...prowlarr-11.0.27) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.0.3527 ([#9713](https://github.com/truecharts/charts/issues/9713))
## [prowlarr-11.0.26](https://github.com/truecharts/charts/compare/prowlarr-11.0.24...prowlarr-11.0.26) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.0.3527 ([#9675](https://github.com/truecharts/charts/issues/9675))
### Fix
- switch from nested show_subquestions_if to show_if ([#9604](https://github.com/truecharts/charts/issues/9604))
## [prowlarr-11.0.26](https://github.com/truecharts/charts/compare/prowlarr-11.0.24...prowlarr-11.0.26) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.0.3527 ([#9675](https://github.com/truecharts/charts/issues/9675))
### Fix
- switch from nested show_subquestions_if to show_if ([#9604](https://github.com/truecharts/charts/issues/9604))
## [prowlarr-11.0.26](https://github.com/truecharts/charts/compare/prowlarr-11.0.24...prowlarr-11.0.26) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.0.3527 ([#9675](https://github.com/truecharts/charts/issues/9675))
### Fix
- switch from nested show_subquestions_if to show_if ([#9604](https://github.com/truecharts/charts/issues/9604))
## [prowlarr-11.0.26](https://github.com/truecharts/charts/compare/prowlarr-11.0.24...prowlarr-11.0.26) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.0.3527 ([#9675](https://github.com/truecharts/charts/issues/9675))
### Fix
- switch from nested show_subquestions_if to show_if ([#9604](https://github.com/truecharts/charts/issues/9604))
## [prowlarr-11.0.26](https://github.com/truecharts/charts/compare/prowlarr-11.0.24...prowlarr-11.0.26) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.0.3527 ([#9675](https://github.com/truecharts/charts/issues/9675))
### Fix
- switch from nested show_subquestions_if to show_if ([#9604](https://github.com/truecharts/charts/issues/9604))
## [prowlarr-11.0.26](https://github.com/truecharts/charts/compare/prowlarr-11.0.24...prowlarr-11.0.26) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.0.3527 ([#9675](https://github.com/truecharts/charts/issues/9675))
### Fix
- switch from nested show_subquestions_if to show_if ([#9604](https://github.com/truecharts/charts/issues/9604))

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "1.6.1.3564"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
home: https://truecharts.org/charts/stable/prowlarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png
keywords:
- prowlarr
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: prowlarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
- https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images
version: 11.0.28
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [prowlarr-11.0.28](https://github.com/truecharts/charts/compare/prowlarr-11.0.27...prowlarr-11.0.28) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.6.1.3564 ([#9906](https://github.com/truecharts/charts/issues/9906))

View File

@ -0,0 +1,8 @@
Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/prowlarr](https://truecharts.org/charts/stable/prowlarr)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,27 @@
image:
repository: tccr.io/truecharts/prowlarr
tag: v1.6.1.3564@sha256:a42947f715100b65a9ef234647025a4ee1d6c7a7a4c1de34e1d1c6275cc2dfac
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 9696
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
env:
PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}"
PROWLARR__AUTHENTICATION_METHOD: ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,6 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [qbittorrent-15.0.28](https://github.com/truecharts/charts/compare/qbittorrent-15.0.27...qbittorrent-15.0.28) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/qbittorrent to v4.5.4 ([#9907](https://github.com/truecharts/charts/issues/9907))
## [qbittorrent-15.0.27](https://github.com/truecharts/charts/compare/qbittorrent-15.0.26...qbittorrent-15.0.27) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/qbittorrent to v4.5.3 ([#9714](https://github.com/truecharts/charts/issues/9714))
## [qbittorrent-15.0.26](https://github.com/truecharts/charts/compare/qbittorrent-15.0.25...qbittorrent-15.0.26) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [qbittorrent-15.0.25](https://github.com/truecharts/charts/compare/qbittorrent-15.0.24...qbittorrent-15.0.25) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
## [qbittorrent-15.0.24](https://github.com/truecharts/charts/compare/qbittorrent-15.0.23...qbittorrent-15.0.24) (2023-06-07)
### Chore
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
## [qbittorrent-15.0.23](https://github.com/truecharts/charts/compare/qbittorrent-15.0.22...qbittorrent-15.0.23) (2023-06-07)
### Chore
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
## [qbittorrent-15.0.22](https://github.com/truecharts/charts/compare/qbittorrent-15.0.21...qbittorrent-15.0.22) (2023-06-04)
### Chore
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
## [qbittorrent-15.0.21](https://github.com/truecharts/charts/compare/qbittorrent-15.0.20...qbittorrent-15.0.21) (2023-06-01)
### Chore
- update container image tccr.io/truecharts/qbittorrent to v4.5.3 ([#9326](https://github.com/truecharts/charts/issues/9326))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [qbittorrent-15.0.20](https://github.com/truecharts/charts/compare/qbittorrent-15.0.19...qbittorrent-15.0.20) (2023-05-27)
## [qbittorrent-15.0.19](https://github.com/truecharts/charts/compare/qbittorrent-15.0.18...qbittorrent-15.0.19) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
## [qbittorrent-15.0.18](https://github.com/truecharts/charts/compare/qbittorrent-15.0.17...qbittorrent-15.0.18) (2023-05-26)
### Chore

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "4.5.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
deprecated: false
description: qBittorrent is a cross-platform free and open-source BitTorrent client
home: https://truecharts.org/charts/stable/qbittorrent
icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png
keywords:
- qbittorrent
- torrrent
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: qbittorrent
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent
- https://github.com/qbittorrent/qBittorrent
type: application
version: 15.0.28
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [qbittorrent-15.0.28](https://github.com/truecharts/charts/compare/qbittorrent-15.0.27...qbittorrent-15.0.28) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/qbittorrent to v4.5.4 ([#9907](https://github.com/truecharts/charts/issues/9907))

View File

@ -0,0 +1,8 @@
qBittorrent is a cross-platform free and open-source BitTorrent client
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/qbittorrent](https://truecharts.org/charts/stable/qbittorrent)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,41 @@
image:
repository: tccr.io/truecharts/qbittorrent
pullPolicy: IfNotPresent
tag: v4.5.4@sha256:f4fba282791f8218c3a733c92436dd92ea977aa3a82e02e400d7780ac1ccbe75
service:
main:
ports:
main:
port: 10095
targetPort: 8080
torrent:
enabled: true
ports:
torrent:
enabled: true
port: 6881
protocol: tcp
torrentudp:
enabled: true
port: 6881
protocol: udp
persistence:
config:
enabled: true
mountPath: "/config"
additionalVolumes:
- name: qbittorrent-scripts
emptyDir: {}
## When you want to enable automatic port configuration at startup, adjust this to:
# configMap:
# name: <RELEASENAME>-scripts
# defaultMode: "511"
additionalVolumeMounts:
- mountPath: "/config/custom-cont-init.d"
name: qbittorrent-scripts
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,25 @@
{{/* Define the configmap */}}
{{- define "qbittorrent.configmap" -}}
data:
{{- $bittorrentPort := "" -}}
{{- $bittorrentPort = .Values.service.torrent.ports.torrent.port -}}
{{- if $bittorrentPort }}
31-update-port: |-
#!/bin/bash
QBITTORRENT_CONFIGFILE="/config/qBittorrent/qBittorrent.conf"
INCOMING_PORT={{- $bittorrentPort }}
incoming_port_exist=$(cat ${QBITTORRENT_CONFIGFILE} | grep -m 1 'Connection\\PortRangeMin='${INCOMING_PORT})
if [[ -z "${incoming_port_exist}" ]]; then
incoming_exist=$(cat ${QBITTORRENT_CONFIGFILE} | grep -m 1 'Connection\\PortRangeMin')
if [[ ! -z "${incoming_exist}" ]]; then
# Get line number of Incoming
LINE_NUM=$(grep -Fn -m 1 'Connection\PortRangeMin' ${QBITTORRENT_CONFIGFILE} | cut -d: -f 1)
sed -i "${LINE_NUM}s@.*@Connection\\\PortRangeMin=${INCOMING_PORT}@" ${QBITTORRENT_CONFIGFILE}
else
echo "Connection\\PortRangeMin=${INCOMING_PORT}" >> ${QBITTORRENT_CONFIGFILE}
fi
fi
{{- end }}
{{- end -}}

View File

@ -0,0 +1,14 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Set it to the same port as "torrent" service/port */}}
{{- $_ := set $.Values.service.torrent.ports.torrentudp "port" .Values.service.torrent.ports.torrent.port -}}
{{/* Render configmap for vaultwarden */}}
{{- $configmap := include "qbittorrent.configmap" . | fromYaml -}}
{{- if $configmap -}}
{{- $_ := set .Values.configmap "qbittorrent-scripts" $configmap -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [readarr-16.0.24](https://github.com/truecharts/charts/compare/readarr-16.0.23...readarr-16.0.24) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.9.1905 ([#9908](https://github.com/truecharts/charts/issues/9908))
## [readarr-16.0.23](https://github.com/truecharts/charts/compare/readarr-16.0.22...readarr-16.0.23) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9717](https://github.com/truecharts/charts/issues/9717))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.8.1889 ([#9663](https://github.com/truecharts/charts/issues/9663))
## [readarr-16.0.22](https://github.com/truecharts/charts/compare/readarr-16.0.21...readarr-16.0.22) (2023-06-15)
### Chore

View File

@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "0.1.9.1905"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
deprecated: false
description: A fork of Radarr to work with Books & AudioBooks
home: https://truecharts.org/charts/stable/readarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png
keywords:
- readarr
- torrent
- usenet
- AudioBooks
- ebooks
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: readarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/readarr
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
version: 16.0.24
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [readarr-16.0.24](https://github.com/truecharts/charts/compare/readarr-16.0.23...readarr-16.0.24) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.9.1905 ([#9908](https://github.com/truecharts/charts/issues/9908))

View File

@ -0,0 +1,8 @@
A fork of Radarr to work with Books & AudioBooks
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/readarr](https://truecharts.org/charts/stable/readarr)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,45 @@
image:
repository: tccr.io/truecharts/readarr
pullPolicy: IfNotPresent
tag: v0.1.9.1905@sha256:dab24d00ea038e327c242cba74898875b9eac71a8c4fe9b2c24a0acfa5e9dc80
service:
main:
ports:
main:
port: 8787
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
## Set this to true if you wish to specify your own livenessProbe
custom: true
## The spec field contains the values for the default livenessProbe.
## If you selected custom: true, this field holds the definition of the livenessProbe.
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
env:
READARR__PORT: "{{ .Values.service.main.ports.main.port }}"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,6 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

View File

@ -1,9 +0,0 @@
## [thelounge-9.0.28](https://github.com/truecharts/charts/compare/thelounge-9.0.27...thelounge-9.0.28) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -4,6 +4,15 @@
## [thelounge-9.0.29](https://github.com/truecharts/charts/compare/thelounge-9.0.28...thelounge-9.0.29) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/thelounge to v ([#9903](https://github.com/truecharts/charts/issues/9903))
## [thelounge-9.0.28](https://github.com/truecharts/charts/compare/thelounge-9.0.27...thelounge-9.0.28) (2023-06-13)
### Chore
@ -88,12 +97,3 @@
## [thelounge-9.0.19](https://github.com/truecharts/charts/compare/thelounge-9.0.18...thelounge-9.0.19) (2023-05-26)
### Chore
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))

View File

@ -22,7 +22,7 @@ name: thelounge
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/thelounge
- https://github.com/thelounge/thelounge
version: 9.0.28
version: 9.0.29
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [thelounge-9.0.29](https://github.com/truecharts/charts/compare/thelounge-9.0.28...thelounge-9.0.29) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/thelounge to v ([#9903](https://github.com/truecharts/charts/issues/9903))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/thelounge
pullPolicy: IfNotPresent
tag: v4.4.0@sha256:bb6edeac4f3d986310241612f5ee1f628e61ef8a9ad718437528865163cc98e2
tag: v4.4.0@sha256:21c86745be3b95475fcc8588b938497d50acf3e47170340732b394830c59088f
service:
main:
ports:

View File

@ -316,6 +316,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -332,6 +333,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -562,8 +564,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -769,64 +801,65 @@ questions:
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["advanced", "=", true]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
type: list
default: []
items:
- variable: host
label: Host
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress
@ -1091,14 +1124,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -1112,7 +1145,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -1120,7 +1153,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi
@ -1184,6 +1217,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -1771,6 +1805,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1791,6 +1826,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png
categories:
- utilities
screenshots: []