Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
69a278e423
commit
a89348cf97
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [alist-4.0.14](https://github.com/truecharts/charts/compare/alist-4.0.13...alist-4.0.14) (2023-01-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alist to v3.9.1
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [alist-4.0.15](https://github.com/truecharts/charts/compare/alist-4.0.14...alist-4.0.15) (2023-01-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alist to v3.9.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [alist-4.0.14](https://github.com/truecharts/charts/compare/alist-4.0.13...alist-4.0.14) (2023-01-20)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [alist-4.0.5](https://github.com/truecharts/charts/compare/alist-4.0.4...alist-4.0.5) (2022-12-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alist to v3.6.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [alist-4.0.4](https://github.com/truecharts/charts/compare/alist-4.0.3...alist-4.0.4) (2022-11-30)
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: alist
|
||||
version: 4.0.14
|
||||
appVersion: "3.9.1"
|
||||
version: 4.0.15
|
||||
appVersion: "3.9.2"
|
||||
description: Alist program that supports multiple storage, powered by Gin and React
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [alist-4.0.15](https://github.com/truecharts/charts/compare/alist-4.0.14...alist-4.0.15) (2023-01-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alist to v3.9.2
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/alist
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.9.1@sha256:7c2d63af639c41fbc23e43f17297c2759673bb8575eb3eb43e7e40d4d4fc2ab9
|
||||
tag: 3.9.2@sha256:6db08c080580253262b5ce507d329065a23b5c04afd18d488957597fe32ae690
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
|
@ -624,10 +624,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
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
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -648,12 +655,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
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:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -765,11 +786,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
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
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -789,12 +817,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
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:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Loading…
Reference in New Issue