Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3d4a560622
commit
9422c9884b
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [invidious-6.0.13](https://github.com/truecharts/charts/compare/invidious-6.0.12...invidious-6.0.13) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [invidious-6.0.14](https://github.com/truecharts/charts/compare/invidious-6.0.13...invidious-6.0.14) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#14269](https://github.com/truecharts/charts/issues/14269))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.13](https://github.com/truecharts/charts/compare/invidious-6.0.12...invidious-6.0.13) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#12649](https://github.com/truecharts/charts/issues/12649))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.3](https://github.com/truecharts/charts/compare/invidious-6.0.2...invidious-6.0.3) (2023-08-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#12062](https://github.com/truecharts/charts/issues/12062))
|
||||
|
|
@ -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.13
|
||||
version: 6.0.14
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [invidious-6.0.14](https://github.com/truecharts/charts/compare/invidious-6.0.13...invidious-6.0.14) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#14269](https://github.com/truecharts/charts/issues/14269))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/invidious
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:9bbecb11eb147c7a5d65abf43d826f3e5d88ebceb5889b6c870f2a8075037bb8
|
||||
tag: latest@sha256:250cc0df408f68d5df71880402f509abd0eae7aa8082ac043cd2e95ab71b64bf
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -1893,19 +1893,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -1971,19 +1958,26 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
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
|
Loading…
Reference in New Issue