Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-04 05:38:22 +00:00
parent 5acc431bc9
commit 00b4e6e2f7
12 changed files with 40 additions and 28 deletions

View File

@ -1,9 +0,0 @@
## [channels-dvr-3.0.6](https://github.com/truecharts/charts/compare/channels-dvr-3.0.5...channels-dvr-3.0.6) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))

View File

@ -4,6 +4,15 @@
## [channels-dvr-3.0.7](https://github.com/truecharts/charts/compare/channels-dvr-3.0.6...channels-dvr-3.0.7) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/channels-dvr to latest ([#14325](https://github.com/truecharts/charts/issues/14325))
## [channels-dvr-3.0.6](https://github.com/truecharts/charts/compare/channels-dvr-3.0.5...channels-dvr-3.0.6) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
## [channels-dvr-2.1.0](https://github.com/truecharts/charts/compare/channels-dvr-2.0.5...channels-dvr-2.1.0) (2023-07-01)
### Fix
- Add DVR storage ([#10048](https://github.com/truecharts/charts/issues/10048))
## [channels-dvr-2.0.5](https://github.com/truecharts/charts/compare/channels-dvr-2.0.4...channels-dvr-2.0.5) (2023-06-13)

View File

@ -19,7 +19,7 @@ name: channels-dvr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
type: application
version: 3.0.6
version: 3.0.7
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [channels-dvr-3.0.7](https://github.com/truecharts/charts/compare/channels-dvr-3.0.6...channels-dvr-3.0.7) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/channels-dvr to latest ([#14325](https://github.com/truecharts/charts/issues/14325))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/channels-dvr
pullPolicy: Always
tag: latest@sha256:bfc3c73c1cefd578c121b6e3256a496ad9ee190a6a6901d3ad1b9aa2a7be082c
tag: latest@sha256:f23cc37905cc863b434e10e4c98ce80dec010f3e02148ec511e0af26ff46be0c
tveImage:
repository: tccr.io/truecharts/channels-dvr-tve

View File

@ -872,6 +872,12 @@ questions:
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -910,12 +916,12 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
@ -959,6 +965,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@ -1016,8 +1028,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
@ -1047,7 +1059,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@ -1061,8 +1073,8 @@ questions:
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]