Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6434e1a35f
commit
33f0906a24
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [nextpvr-5.0.15](https://github.com/truecharts/charts/compare/nextpvr-5.0.14...nextpvr-5.0.15) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [nextpvr-5.0.16](https://github.com/truecharts/charts/compare/nextpvr-5.0.15...nextpvr-5.0.16) (2023-06-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nextpvr to latest ([#9888](https://github.com/truecharts/charts/issues/9888))
|
||||
|
||||
|
||||
|
||||
|
||||
## [nextpvr-5.0.15](https://github.com/truecharts/charts/compare/nextpvr-5.0.14...nextpvr-5.0.15) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [nextpvr-5.0.6](https://github.com/truecharts/charts/compare/nextpvr-5.0.5...nextpvr-5.0.6) (2023-05-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
||||
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ name: nextpvr
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr
|
||||
- https://github.com/sub3/NextPVR/wiki/Install-Docker
|
||||
version: 5.0.15
|
||||
version: 5.0.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -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)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [nextpvr-5.0.16](https://github.com/truecharts/charts/compare/nextpvr-5.0.15...nextpvr-5.0.16) (2023-06-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/nextpvr to latest ([#9888](https://github.com/truecharts/charts/issues/9888))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/nextpvr
|
||||
tag: latest@sha256:276736c9047a3183f389ed6dbdf11d4c7c65e79ec272db1eaee5db7d016c9707
|
||||
tag: latest@sha256:c2b8651401128bcec4753f86bbd6ee598bda0c8c85105589abc4ddc3d77b0eed
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -381,6 +381,7 @@ questions:
|
|||
description: Interface Configuration
|
||||
label: Interface Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
$ref:
|
||||
- "normalize/interfaceConfiguration"
|
||||
|
@ -397,6 +398,7 @@ questions:
|
|||
description: Define how IP Address will be managed
|
||||
label: IP Address Management
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
required: true
|
||||
attrs:
|
||||
|
@ -627,6 +629,36 @@ 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
|
||||
|
@ -697,6 +729,36 @@ 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
|
||||
|
@ -767,6 +829,36 @@ 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
|
||||
|
@ -974,24 +1066,25 @@ 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
|
||||
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
|
||||
|
@ -1296,14 +1389,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
|
||||
|
@ -1317,7 +1410,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
|
||||
|
@ -1325,7 +1418,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
|
||||
|
@ -1389,6 +1482,7 @@ questions:
|
|||
- variable: gpu
|
||||
label: Select GPU
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
|
@ -1976,6 +2070,7 @@ questions:
|
|||
- variable: openvpn
|
||||
label: OpenVPN Settings
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
show_if: [["type", "=", "openvpn"]]
|
||||
attrs:
|
||||
|
@ -1996,6 +2091,7 @@ questions:
|
|||
- variable: tailscale
|
||||
label: Tailscale Settings
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
show_if: [["type", "=", "tailscale"]]
|
||||
attrs:
|
|
@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png
|
|||
categories:
|
||||
- media
|
||||
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue