From 6f8e2f2c6c526e6ac407888d7ed546e9c20206f0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 3 Nov 2023 08:58:01 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/n8n/9.0.21/app-changelog.md | 10 ------ stable/n8n/{9.0.21 => 9.0.22}/CHANGELOG.md | 18 +++++----- stable/n8n/{9.0.21 => 9.0.22}/Chart.yaml | 4 +-- stable/n8n/{9.0.21 => 9.0.22}/LICENSE | 0 stable/n8n/{9.0.21 => 9.0.22}/README.md | 0 stable/n8n/9.0.22/app-changelog.md | 9 +++++ stable/n8n/{9.0.21 => 9.0.22}/app-readme.md | 0 .../charts/common-14.2.0.tgz | Bin .../charts/redis-6.0.66.tgz | Bin stable/n8n/{9.0.21 => 9.0.22}/ix_values.yaml | 2 +- stable/n8n/{9.0.21 => 9.0.22}/questions.yaml | 34 ++++++++---------- .../{9.0.21 => 9.0.22}/templates/NOTES.txt | 0 .../templates/_configmap.tpl | 0 .../{9.0.21 => 9.0.22}/templates/common.yaml | 0 stable/n8n/{9.0.21 => 9.0.22}/values.yaml | 0 15 files changed, 35 insertions(+), 42 deletions(-) delete mode 100644 stable/n8n/9.0.21/app-changelog.md rename stable/n8n/{9.0.21 => 9.0.22}/CHANGELOG.md (91%) rename stable/n8n/{9.0.21 => 9.0.22}/Chart.yaml (95%) rename stable/n8n/{9.0.21 => 9.0.22}/LICENSE (100%) rename stable/n8n/{9.0.21 => 9.0.22}/README.md (100%) create mode 100644 stable/n8n/9.0.22/app-changelog.md rename stable/n8n/{9.0.21 => 9.0.22}/app-readme.md (100%) rename stable/n8n/{9.0.21 => 9.0.22}/charts/common-14.2.0.tgz (100%) rename stable/n8n/{9.0.21 => 9.0.22}/charts/redis-6.0.66.tgz (100%) rename stable/n8n/{9.0.21 => 9.0.22}/ix_values.yaml (97%) rename stable/n8n/{9.0.21 => 9.0.22}/questions.yaml (99%) rename stable/n8n/{9.0.21 => 9.0.22}/templates/NOTES.txt (100%) rename stable/n8n/{9.0.21 => 9.0.22}/templates/_configmap.tpl (100%) rename stable/n8n/{9.0.21 => 9.0.22}/templates/common.yaml (100%) rename stable/n8n/{9.0.21 => 9.0.22}/values.yaml (100%) diff --git a/stable/n8n/9.0.21/app-changelog.md b/stable/n8n/9.0.21/app-changelog.md deleted file mode 100644 index 5d28b11dfbc..00000000000 --- a/stable/n8n/9.0.21/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/n8n/9.0.21/CHANGELOG.md b/stable/n8n/9.0.22/CHANGELOG.md similarity index 91% rename from stable/n8n/9.0.21/CHANGELOG.md rename to stable/n8n/9.0.22/CHANGELOG.md index 7d2d1159813..19211809bd3 100644 --- a/stable/n8n/9.0.21/CHANGELOG.md +++ b/stable/n8n/9.0.22/CHANGELOG.md @@ -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) - diff --git a/stable/n8n/9.0.21/Chart.yaml b/stable/n8n/9.0.22/Chart.yaml similarity index 95% rename from stable/n8n/9.0.21/Chart.yaml rename to stable/n8n/9.0.22/Chart.yaml index 274a8ce428e..797694ffb83 100644 --- a/stable/n8n/9.0.21/Chart.yaml +++ b/stable/n8n/9.0.22/Chart.yaml @@ -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" diff --git a/stable/n8n/9.0.21/LICENSE b/stable/n8n/9.0.22/LICENSE similarity index 100% rename from stable/n8n/9.0.21/LICENSE rename to stable/n8n/9.0.22/LICENSE diff --git a/stable/n8n/9.0.21/README.md b/stable/n8n/9.0.22/README.md similarity index 100% rename from stable/n8n/9.0.21/README.md rename to stable/n8n/9.0.22/README.md diff --git a/stable/n8n/9.0.22/app-changelog.md b/stable/n8n/9.0.22/app-changelog.md new file mode 100644 index 00000000000..91e9c78022a --- /dev/null +++ b/stable/n8n/9.0.22/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/n8n/9.0.21/app-readme.md b/stable/n8n/9.0.22/app-readme.md similarity index 100% rename from stable/n8n/9.0.21/app-readme.md rename to stable/n8n/9.0.22/app-readme.md diff --git a/stable/n8n/9.0.21/charts/common-14.2.0.tgz b/stable/n8n/9.0.22/charts/common-14.2.0.tgz similarity index 100% rename from stable/n8n/9.0.21/charts/common-14.2.0.tgz rename to stable/n8n/9.0.22/charts/common-14.2.0.tgz diff --git a/stable/n8n/9.0.21/charts/redis-6.0.66.tgz b/stable/n8n/9.0.22/charts/redis-6.0.66.tgz similarity index 100% rename from stable/n8n/9.0.21/charts/redis-6.0.66.tgz rename to stable/n8n/9.0.22/charts/redis-6.0.66.tgz diff --git a/stable/n8n/9.0.21/ix_values.yaml b/stable/n8n/9.0.22/ix_values.yaml similarity index 97% rename from stable/n8n/9.0.21/ix_values.yaml rename to stable/n8n/9.0.22/ix_values.yaml index a90d43f84f6..60b3ceb47e4 100644 --- a/stable/n8n/9.0.21/ix_values.yaml +++ b/stable/n8n/9.0.22/ix_values.yaml @@ -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" diff --git a/stable/n8n/9.0.21/questions.yaml b/stable/n8n/9.0.22/questions.yaml similarity index 99% rename from stable/n8n/9.0.21/questions.yaml rename to stable/n8n/9.0.22/questions.yaml index 0812d2e1e8c..abfc7d32115 100644 --- a/stable/n8n/9.0.21/questions.yaml +++ b/stable/n8n/9.0.22/questions.yaml @@ -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 diff --git a/stable/n8n/9.0.21/templates/NOTES.txt b/stable/n8n/9.0.22/templates/NOTES.txt similarity index 100% rename from stable/n8n/9.0.21/templates/NOTES.txt rename to stable/n8n/9.0.22/templates/NOTES.txt diff --git a/stable/n8n/9.0.21/templates/_configmap.tpl b/stable/n8n/9.0.22/templates/_configmap.tpl similarity index 100% rename from stable/n8n/9.0.21/templates/_configmap.tpl rename to stable/n8n/9.0.22/templates/_configmap.tpl diff --git a/stable/n8n/9.0.21/templates/common.yaml b/stable/n8n/9.0.22/templates/common.yaml similarity index 100% rename from stable/n8n/9.0.21/templates/common.yaml rename to stable/n8n/9.0.22/templates/common.yaml diff --git a/stable/n8n/9.0.21/values.yaml b/stable/n8n/9.0.22/values.yaml similarity index 100% rename from stable/n8n/9.0.21/values.yaml rename to stable/n8n/9.0.22/values.yaml