Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9c1ba60b52
commit
4a7dcfe5cc
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [n8n-9.0.23](https://github.com/truecharts/charts/compare/n8n-9.0.22...n8n-9.0.23) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [n8n-9.0.24](https://github.com/truecharts/charts/compare/n8n-9.0.23...n8n-9.0.24) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v1.15.2 ([#14419](https://github.com/truecharts/charts/issues/14419))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-9.0.23](https://github.com/truecharts/charts/compare/n8n-9.0.22...n8n-9.0.23) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
@ -87,13 +96,4 @@
|
|||
|
||||
|
||||
|
||||
## [n8n-9.0.14](https://github.com/truecharts/charts/compare/n8n-9.0.13...n8n-9.0.14) (2023-10-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v1.11.0 ([#13550](https://github.com/truecharts/charts/issues/13550))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-9.0.14](https://github.com/truecharts/charts/compare/n8n-9.0.13...n8n-9.0.14) (2023-10-12)
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.15.1"
|
||||
appVersion: "1.15.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
|
||||
- https://docs.n8n.io/
|
||||
- https://github.com/n8n-io/n8n
|
||||
version: 9.0.23
|
||||
version: 9.0.24
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [n8n-9.0.24](https://github.com/truecharts/charts/compare/n8n-9.0.23...n8n-9.0.24) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v1.15.2 ([#14419](https://github.com/truecharts/charts/issues/14419))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/n8n
|
||||
tag: v1.15.1@sha256:5301f11454426f3bf46e28a6af864aa97517a444c5b0583dba4249ae2c94644b
|
||||
tag: v1.15.2@sha256:4d2f1ffa6afd8732ffcb8d8a9be08426cb33f3c36c1cad4ccd10b4004fc8d8e4
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
|
@ -1527,7 +1527,7 @@ questions:
|
|||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -1556,7 +1556,7 @@ questions:
|
|||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
@ -1565,13 +1565,13 @@ questions:
|
|||
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 Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
Loading…
Reference in New Issue