Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
eadd1d10bd
commit
80da9cb034
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [invidious-6.0.15](https://github.com/truecharts/charts/compare/invidious-6.0.14...invidious-6.0.15) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [invidious-6.0.16](https://github.com/truecharts/charts/compare/invidious-6.0.15...invidious-6.0.16) (2023-11-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#14339](https://github.com/truecharts/charts/issues/14339))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.15](https://github.com/truecharts/charts/compare/invidious-6.0.14...invidious-6.0.15) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [invidious-6.0.6](https://github.com/truecharts/charts/compare/invidious-6.0.5...invidious-6.0.6) (2023-10-01)
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.5](https://github.com/truecharts/charts/compare/invidious-6.0.4...invidious-6.0.5) (2023-09-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#12728](https://github.com/truecharts/charts/issues/12728))
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/invidious
|
||||
- https://github.com/iv-org/invidious
|
||||
- https://docs.invidious.io/installation/#docker
|
||||
version: 6.0.15
|
||||
version: 6.0.16
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [invidious-6.0.16](https://github.com/truecharts/charts/compare/invidious-6.0.15...invidious-6.0.16) (2023-11-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#14339](https://github.com/truecharts/charts/issues/14339))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/invidious
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:250cc0df408f68d5df71880402f509abd0eae7aa8082ac043cd2e95ab71b64bf
|
||||
tag: latest@sha256:cc33b59f06d3a72d88af56a7e2404ba19846a2c47345c21f5b6fa1ef20eb890f
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -1920,6 +1920,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:
|
||||
|
@ -1958,12 +1964,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)'
|
||||
|
@ -2007,6 +2013,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:
|
||||
|
@ -2064,8 +2076,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
|
||||
|
@ -2095,7 +2107,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:
|
||||
|
@ -2109,8 +2121,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", "=", ""]]
|
Loading…
Reference in New Issue