Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-09 18:23:41 +00:00
parent 86634ae504
commit a553b57a93
49 changed files with 3589 additions and 66 deletions

View File

@ -1,9 +0,0 @@
## [grav-8.0.29](https://github.com/truecharts/charts/compare/grav-8.0.28...grav-8.0.29) (2023-12-03)
### Chore
- bump everything to ensure catalog has latest versions

View File

@ -4,6 +4,15 @@
## [grav-8.0.30](https://github.com/truecharts/charts/compare/grav-8.0.29...grav-8.0.30) (2023-12-09)
### Chore
- update container image ghcr.io/linuxserver/grav to 1.7.43[@b0caa77](https://github.com/b0caa77) ([#15919](https://github.com/truecharts/charts/issues/15919))
## [grav-8.0.29](https://github.com/truecharts/charts/compare/grav-8.0.28...grav-8.0.29) (2023-12-03)
### Chore
@ -88,12 +97,3 @@
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
## [grav-8.0.20](https://github.com/truecharts/charts/compare/grav-8.0.19...grav-8.0.20) (2023-11-08)
### Chore
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: grav
version: 8.0.29
version: 8.0.30
appVersion: 1.7.43
description: A Fast, Simple, and Flexible, file-based Web-platform.
home: https://truecharts.org/charts/stable/grav
@ -9,9 +9,9 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png
deprecated: false
sources:
- https://github.com/linuxserver/docker-grav
- https://github.com/getgrav/grav/
- https://github.com/truecharts/charts/tree/master/charts/stable/grav
- https://ghcr.io/linuxserver/grav
- https://github.com/getgrav/grav/
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -0,0 +1,9 @@
## [grav-8.0.30](https://github.com/truecharts/charts/compare/grav-8.0.29...grav-8.0.30) (2023-12-09)
### Chore
- update container image ghcr.io/linuxserver/grav to 1.7.43[@b0caa77](https://github.com/b0caa77) ([#15919](https://github.com/truecharts/charts/issues/15919))

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/grav
pullPolicy: IfNotPresent
tag: 1.7.43@sha256:dcc55a244ad8c9291dd3e5aa33710027613eb2390f396942139921700affd7b3
tag: 1.7.43@sha256:b0caa77a01268177398122dd149938eb928ec117d6ad47d9ff247d2c15568af7
service:
main:
ports:

View File

@ -226,6 +226,44 @@ questions:
schema:
type: string
required: true
- variable: imagePullSecretList
group: "General Settings"
label: "Image Pull Secrets"
schema:
type: list
default: []
items:
- variable: pullsecretentry
label: "Pull Secret"
schema:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)
@ -533,6 +571,8 @@ questions:
description: emptyDir
- value: nfs
description: NFS Share
- value: iscsi
description: iSCSI Share
- variable: server
label: NFS Server
schema:
@ -545,6 +585,83 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: iscsi
label: iSCSI Options
schema:
show_if: [["type", "=", "iscsi"]]
type: dict
additional_attrs: true
attrs:
- variable: targetPortal
label: targetPortal
schema:
type: string
required: true
default: ""
- variable: iqn
label: iqn
schema:
type: string
required: true
default: ""
- variable: lun
label: lun
schema:
type: int
default: 0
- variable: authSession
label: authSession
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: authDiscovery
label: authDiscovery
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -637,7 +754,7 @@ questions:
type: string
default: "disabled"
enum:
- value: "disabled"
- value: disabled
description: disabled
- value: smb
description: smb
@ -751,6 +868,82 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: iscsi
label: iSCSI Options
schema:
show_if: [["type", "=", "iscsi"]]
type: dict
additional_attrs: true
attrs:
- variable: targetPortal
label: targetPortal
schema:
type: string
required: true
default: ""
- variable: iqn
label: iqn
schema:
type: string
required: true
default: ""
- variable: lun
label: lun
schema:
type: int
default: 0
- variable: authSession
label: authSession
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: authDiscovery
label: authDiscovery
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -999,6 +1192,46 @@ questions:
type: string
default: ""
required: true
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
@ -1226,6 +1459,46 @@ questions:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -1,9 +0,0 @@
## [libremdb-3.0.327](https://github.com/truecharts/charts/compare/libremdb-3.0.326...libremdb-3.0.327) (2023-12-09)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@df394d4](https://github.com/df394d4) ([#15871](https://github.com/truecharts/charts/issues/15871))

View File

@ -4,6 +4,15 @@
## [libremdb-3.0.328](https://github.com/truecharts/charts/compare/libremdb-3.0.327...libremdb-3.0.328) (2023-12-09)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@bf5daef](https://github.com/bf5daef) ([#15922](https://github.com/truecharts/charts/issues/15922))
## [libremdb-3.0.327](https://github.com/truecharts/charts/compare/libremdb-3.0.326...libremdb-3.0.327) (2023-12-09)
### Chore
@ -88,12 +97,3 @@
- update container image quay.io/pussthecatorg/libremdb to latest[@96fde3e](https://github.com/96fde3e) ([#15774](https://github.com/truecharts/charts/issues/15774))
## [libremdb-3.0.323](https://github.com/truecharts/charts/compare/libremdb-3.0.322...libremdb-3.0.323) (2023-12-06)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@96fde3e](https://github.com/96fde3e) ([#15774](https://github.com/truecharts/charts/issues/15774))

View File

@ -1,17 +1,17 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: libremdb
version: 3.0.327
version: 3.0.328
appVersion: latest
description: A free & open source IMDb front-end.
home: https://truecharts.org/charts/stable/libremdb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libremdb.png
deprecated: false
sources:
- https://quay.io/pussthecatorg/libremdb
- https://github.com/zyachel/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
- https://github.com/truecharts/charts/tree/master/charts/stable/libremdb
- https://quay.io/pussthecatorg/libremdb
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -0,0 +1,9 @@
## [libremdb-3.0.328](https://github.com/truecharts/charts/compare/libremdb-3.0.327...libremdb-3.0.328) (2023-12-09)
### Chore
- update container image quay.io/pussthecatorg/libremdb to latest[@bf5daef](https://github.com/bf5daef) ([#15922](https://github.com/truecharts/charts/issues/15922))

View File

@ -1,7 +1,7 @@
image:
repository: quay.io/pussthecatorg/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:df394d408fb260f57754a6070a26336fe16cecb6cbf336e1202deea0f27a9564
tag: latest@sha256:bf5daefb11ab10bc0b7c8d9929f340714525552b85e0dd86b4d132f2d62132c1
service:
main:
ports:

View File

@ -1,9 +0,0 @@
## [piwigo-7.0.21](https://github.com/truecharts/charts/compare/piwigo-7.0.20...piwigo-7.0.21) (2023-12-03)
### Chore
- bump everything to ensure catalog has latest versions

View File

@ -4,6 +4,15 @@
## [piwigo-7.0.22](https://github.com/truecharts/charts/compare/piwigo-7.0.21...piwigo-7.0.22) (2023-12-09)
### Chore
- update container image ghcr.io/linuxserver/piwigo to 13.8.0[@7c673e1](https://github.com/7c673e1) ([#15920](https://github.com/truecharts/charts/issues/15920))
## [piwigo-7.0.21](https://github.com/truecharts/charts/compare/piwigo-7.0.20...piwigo-7.0.21) (2023-12-03)
### Chore
@ -88,12 +97,3 @@
### Chore
- update container image tccr.io/truecharts/piwigo to v13.8.0 ([#14341](https://github.com/truecharts/charts/issues/14341))
## [piwigo-7.0.12](https://github.com/truecharts/charts/compare/piwigo-7.0.11...piwigo-7.0.12) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))

View File

@ -1,16 +1,16 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: piwigo
version: 7.0.21
version: 7.0.22
appVersion: 13.8.0
description: A photo gallery software for the web.
home: https://truecharts.org/charts/stable/piwigo
icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png
deprecated: false
sources:
- https://github.com/linuxserver/docker-piwigo
- https://github.com/truecharts/charts/tree/master/charts/stable/piwigo
- https://ghcr.io/linuxserver/piwigo
- https://github.com/linuxserver/docker-piwigo
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -0,0 +1,9 @@
## [piwigo-7.0.22](https://github.com/truecharts/charts/compare/piwigo-7.0.21...piwigo-7.0.22) (2023-12-09)
### Chore
- update container image ghcr.io/linuxserver/piwigo to 13.8.0[@7c673e1](https://github.com/7c673e1) ([#15920](https://github.com/truecharts/charts/issues/15920))

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/piwigo
pullPolicy: IfNotPresent
tag: 13.8.0@sha256:5a9fd996a07f273046fa83fc9ea15328d9559e67c6a63944bc23a9c20f478c3b
tag: 13.8.0@sha256:7c673e1567ba7f680f4243342ee980af7fd30427915ceea7c50e9edd1902ede0
securityContext:
container:
runAsNonRoot: false

View File

@ -498,6 +498,8 @@ questions:
description: emptyDir
- value: nfs
description: NFS Share
- value: iscsi
description: iSCSI Share
- variable: server
label: NFS Server
schema:
@ -510,6 +512,83 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: iscsi
label: iSCSI Options
schema:
show_if: [["type", "=", "iscsi"]]
type: dict
additional_attrs: true
attrs:
- variable: targetPortal
label: targetPortal
schema:
type: string
required: true
default: ""
- variable: iqn
label: iqn
schema:
type: string
required: true
default: ""
- variable: lun
label: lun
schema:
type: int
default: 0
- variable: authSession
label: authSession
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: authDiscovery
label: authDiscovery
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -602,7 +681,7 @@ questions:
type: string
default: "disabled"
enum:
- value: "disabled"
- value: disabled
description: disabled
- value: smb
description: smb
@ -692,6 +771,8 @@ questions:
description: emptyDir
- value: nfs
description: NFS Share
- value: iscsi
description: iSCSI Share
- variable: server
label: NFS Server
schema:
@ -704,6 +785,83 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: iscsi
label: iSCSI Options
schema:
show_if: [["type", "=", "iscsi"]]
type: dict
additional_attrs: true
attrs:
- variable: targetPortal
label: targetPortal
schema:
type: string
required: true
default: ""
- variable: iqn
label: iqn
schema:
type: string
required: true
default: ""
- variable: lun
label: lun
schema:
type: int
default: 0
- variable: authSession
label: authSession
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: authDiscovery
label: authDiscovery
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -796,7 +954,7 @@ questions:
type: string
default: "disabled"
enum:
- value: "disabled"
- value: disabled
description: disabled
- value: smb
description: smb
@ -910,6 +1068,82 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: iscsi
label: iSCSI Options
schema:
show_if: [["type", "=", "iscsi"]]
type: dict
additional_attrs: true
attrs:
- variable: targetPortal
label: targetPortal
schema:
type: string
required: true
default: ""
- variable: iqn
label: iqn
schema:
type: string
required: true
default: ""
- variable: lun
label: lun
schema:
type: int
default: 0
- variable: authSession
label: authSession
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: authDiscovery
label: authDiscovery
schema:
type: dict
additional_attrs: true
attrs:
- variable: username
label: username
schema:
type: string
default: ""
- variable: password
label: password
schema:
type: string
default: ""
- variable: usernameInitiator
label: usernameInitiator
schema:
type: string
default: ""
- variable: passwordInitiator
label: passwordInitiator
schema:
type: string
default: ""
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -1158,6 +1392,46 @@ questions:
type: string
default: ""
required: true
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
@ -1385,6 +1659,46 @@ questions:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: integration
label: Integrations
description: Connect ingress with other charts
schema:
additional_attrs: true
type: dict
attrs:
- variable: homepage
label: Homepage
description: Connect ingress with Homepage
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
- variable: name
label: Name
description: defaults to chartname
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: description
label: Description
description: defaults to chart description
schema:
type: string
default: ""
show_if: [["enabled", "=", true]]
- variable: group
label: Group
schema:
type: string
required: true
default: "default"
show_if: [["enabled", "=", true]]
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [tvheadend-16.0.27](https://github.com/truecharts/charts/compare/tvheadend-16.0.26...tvheadend-16.0.27) (2023-12-09)
### Chore
- update container image ghcr.io/linuxserver/tvheadend to latest[@c204fe4](https://github.com/c204fe4) ([#15921](https://github.com/truecharts/charts/issues/15921))
## [tvheadend-16.0.26](https://github.com/truecharts/charts/compare/tvheadend-16.0.25...tvheadend-16.0.26) (2023-12-03)
### Chore
- bump everything to ensure catalog has latest versions
## [tvheadend-16.0.25](https://github.com/truecharts/charts/compare/tvheadend-16.0.24...tvheadend-16.0.25) (2023-12-02)
### Chore
- fix annotations again
- update annotations
- cleanup chart.yaml and add min-max scale version
- update container image ghcr.io/linuxserver/tvheadend to latest[@d8e8ddf](https://github.com/d8e8ddf) ([#15616](https://github.com/truecharts/charts/issues/15616))
## [tvheadend-16.0.24](https://github.com/truecharts/charts/compare/tvheadend-16.0.23...tvheadend-16.0.24) (2023-11-25)
### Chore
- update container image ghcr.io/linuxserver/tvheadend to latest[@b5361c7](https://github.com/b5361c7) ([#15363](https://github.com/truecharts/charts/issues/15363))
## [tvheadend-16.0.23](https://github.com/truecharts/charts/compare/tvheadend-16.0.22...tvheadend-16.0.23) (2023-11-19)
### Fix
- update container image ghcr.io/linuxserver/tvheadend to latest ([#15077](https://github.com/truecharts/charts/issues/15077))
## [tvheadend-16.0.22](https://github.com/truecharts/charts/compare/tvheadend-16.0.21...tvheadend-16.0.22) (2023-11-17)
## [tvheadend-16.0.21](https://github.com/truecharts/charts/compare/tvheadend-16.0.20...tvheadend-16.0.21) (2023-11-08)
### Chore
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
## [tvheadend-16.0.20](https://github.com/truecharts/charts/compare/tvheadend-16.0.19...tvheadend-16.0.20) (2023-11-08)
### Chore
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
## [tvheadend-16.0.19](https://github.com/truecharts/charts/compare/tvheadend-16.0.18...tvheadend-16.0.19) (2023-11-05)
### Chore
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
## [tvheadend-16.0.18](https://github.com/truecharts/charts/compare/tvheadend-16.0.17...tvheadend-16.0.18) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/tvheadend to latest ([#14342](https://github.com/truecharts/charts/issues/14342))

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: tvheadend
version: 16.0.27
appVersion: latest
description: TVheadend - a TV streaming server and digital video recorder
home: https://truecharts.org/charts/stable/tvheadend
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png
deprecated: false
sources:
- https://github.com/tvheadend/tvheadend
- https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend
- https://ghcr.io/linuxserver/tvheadend
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- tvheadend
- tv
- streaming
- dvb
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable

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 @@
## [tvheadend-16.0.27](https://github.com/truecharts/charts/compare/tvheadend-16.0.26...tvheadend-16.0.27) (2023-12-09)
### Chore
- update container image ghcr.io/linuxserver/tvheadend to latest[@c204fe4](https://github.com/c204fe4) ([#15921](https://github.com/truecharts/charts/issues/15921))

View File

@ -0,0 +1,8 @@
TVheadend - a TV streaming server and digital video recorder
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/tvheadend](https://truecharts.org/charts/stable/tvheadend)
---
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,49 @@
image:
repository: ghcr.io/linuxserver/tvheadend
pullPolicy: IfNotPresent
tag: latest@sha256:c204fe44cf43c19627f3eee9347d0afcc3683b1a3ba76b4dae45abb6f4341db6
service:
main:
ports:
main:
port: 9981
targetPort: 9981
htsp:
enabled: true
ports:
htsp:
enabled: true
port: 9982
targetPort: 9982
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
readiness:
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
startup:
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
env:
RUN_OPTS: ""

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 @@
{{ include "tc.v1.common.loader.all" . }}

View File