Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fc6544b0f2
commit
eb63126b10
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [qinglong-5.0.19](https://github.com/truecharts/charts/compare/qinglong-5.0.18...qinglong-5.0.19) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
|
@ -4,6 +4,19 @@
|
|||
|
||||
|
||||
|
||||
## [qinglong-5.0.20](https://github.com/truecharts/charts/compare/qinglong-5.0.19...qinglong-5.0.20) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qinglong to v2.15.15 ([#9251](https://github.com/truecharts/charts/issues/9251))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qinglong-5.0.19](https://github.com/truecharts/charts/compare/qinglong-5.0.18...qinglong-5.0.19) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [qinglong-5.0.10](https://github.com/truecharts/charts/compare/qinglong-5.0.9...qinglong-5.0.10) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qinglong-5.0.9](https://github.com/truecharts/charts/compare/qinglong-5.0.8...qinglong-5.0.9) (2023-05-03)
|
||||
|
||||
### Chore
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: qinglong
|
||||
version: 5.0.19
|
||||
appVersion: "2.15.14"
|
||||
version: 5.0.20
|
||||
appVersion: "2.15.15"
|
||||
description: A timed task management panel that supports typescript, javaScript, python3, and shell
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
## [qinglong-5.0.20](https://github.com/truecharts/charts/compare/qinglong-5.0.19...qinglong-5.0.20) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qinglong to v2.15.15 ([#9251](https://github.com/truecharts/charts/issues/9251))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/qinglong
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.15.14@sha256:e2a5e861d56fe3bf702a9cbf043ac413ad75fc307097b26d86425e3341961ef6
|
||||
tag: v2.15.15@sha256:d8a28e563abb9963359bacd268554bda0cf84ae07dcf6371a788fe1b14a36d6a
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -737,63 +737,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
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: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -807,6 +750,70 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
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