Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-24 20:36:32 +00:00
parent 6350a51dcc
commit 5f50967d9f
11 changed files with 65 additions and 24 deletions

View File

@ -1,9 +0,0 @@
## [neko-2.0.20](https://github.com/truecharts/charts/compare/neko-2.0.19...neko-2.0.20) (2023-01-18)
### Chore
- update neko

View File

@ -4,6 +4,15 @@
## [neko-2.0.21](https://github.com/truecharts/charts/compare/neko-2.0.20...neko-2.0.21) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/neko-brave to latest
## [neko-2.0.20](https://github.com/truecharts/charts/compare/neko-2.0.19...neko-2.0.20) (2023-01-18) ## [neko-2.0.20](https://github.com/truecharts/charts/compare/neko-2.0.19...neko-2.0.20) (2023-01-18)
### Chore ### Chore
@ -88,12 +97,3 @@
## [neko-2.0.11](https://github.com/truecharts/charts/compare/neko-2.0.10...neko-2.0.11) (2022-12-24) ## [neko-2.0.11](https://github.com/truecharts/charts/compare/neko-2.0.10...neko-2.0.11) (2022-12-24)
### Chore ### Chore
- update container image tccr.io/truecharts/neko-firefox to latest
## [neko-2.0.10](https://github.com/truecharts/charts/compare/neko-2.0.9...neko-2.0.10) (2022-12-19)
### Chore

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/neko - https://github.com/truecharts/charts/tree/master/charts/incubator/neko
- https://hub.docker.com/r/m1k1o/neko/ - https://hub.docker.com/r/m1k1o/neko/
type: application type: application
version: 2.0.20 version: 2.0.21
annotations: annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |

View File

@ -0,0 +1,9 @@
## [neko-2.0.21](https://github.com/truecharts/charts/compare/neko-2.0.20...neko-2.0.21) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/neko-brave to latest

View File

@ -6,7 +6,7 @@ image:
braveImage: braveImage:
repository: tccr.io/truecharts/neko-brave repository: tccr.io/truecharts/neko-brave
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:adeec2edb525e1d02b7d5ee40994fefc606673883bb3d6cd790f4e80777c6052 tag: latest@sha256:2c5772202021b757532825528d61b06c58779ac5c2e23176aa0ab8a0dba13de3
chromeImage: chromeImage:
repository: tccr.io/truecharts/neko-chrome repository: tccr.io/truecharts/neko-chrome

View File

@ -745,10 +745,17 @@ questions:
type: string type: string
required: true required: true
default: Prefix default: Prefix
- variable: clusterIssuer
label: clusterIssuer
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
default: ""
- variable: tls - variable: tls
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
show_if: [["clusterIssuer", "=", ""]]
default: [] default: []
items: items:
- variable: tlsEntry - variable: tlsEntry
@ -769,12 +776,26 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate - variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema: schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint - variable: entrypoint
label: (Advanced) Traefik Entrypoint label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -886,11 +907,18 @@ questions:
label: Service Port label: Service Port
schema: schema:
type: int type: int
- variable: clusterIssuer
label: clusterIssuer
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
default: ""
- variable: tls - variable: tls
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
default: [] default: []
show_if: [["clusterIssuer", "=", ""]]
items: items:
- variable: tlsEntry - variable: tlsEntry
label: Host label: Host
@ -910,12 +938,25 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: scaleCert - variable: clusterIssuer
label: Select TrueNAS SCALE Certificate label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema: schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint - variable: entrypoint
label: Traefik Entrypoint label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider description: Entrypoint used by Traefik when using Traefik as Ingress Provider