Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-03 08:58:01 +00:00
parent 7aec280eae
commit 6f8e2f2c6c
15 changed files with 35 additions and 42 deletions

View File

@ -1,10 +0,0 @@
## [n8n-9.0.21](https://github.com/truecharts/charts/compare/n8n-9.0.20...n8n-9.0.21) (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))

View File

@ -4,6 +4,15 @@
## [n8n-9.0.22](https://github.com/truecharts/charts/compare/n8n-9.0.21...n8n-9.0.22) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/n8n to v1.15.1 ([#14292](https://github.com/truecharts/charts/issues/14292))
## [n8n-9.0.21](https://github.com/truecharts/charts/compare/n8n-9.0.20...n8n-9.0.21) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [n8n-9.0.13](https://github.com/truecharts/charts/compare/n8n-9.0.12...n8n-9.0.13) (2023-10-11)
### Chore
- update container image tccr.io/truecharts/n8n to v1.10.1 ([#13510](https://github.com/truecharts/charts/issues/13510))
## [n8n-9.0.12](https://github.com/truecharts/charts/compare/n8n-9.0.11...n8n-9.0.12) (2023-10-07)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.14.2"
appVersion: "1.15.1"
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.21
version: 9.0.22
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [n8n-9.0.22](https://github.com/truecharts/charts/compare/n8n-9.0.21...n8n-9.0.22) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/n8n to v1.15.1 ([#14292](https://github.com/truecharts/charts/issues/14292))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/n8n
tag: v1.14.2@sha256:1fac654b187d56b500f5089f4cbda37d3db2bfce3079ab78fee4211fada937c9
tag: v1.15.1@sha256:5301f11454426f3bf46e28a6af864aa97517a444c5b0583dba4249ae2c94644b
pullPolicy: IfNotPresent
timezoneandlocale: {}
# N8N_DEFAULT_LOCALE: "en"

View File

@ -1333,19 +1333,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
@ -1411,19 +1398,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