From 9d0595d8cef119eef39625e14ddd01e9b5937b98 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 15 Nov 2023 19:44:32 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/n8n/9.0.27/app-changelog.md | 9 - stable/n8n/{9.0.27 => 9.0.28}/CHANGELOG.md | 18 +- stable/n8n/{9.0.27 => 9.0.28}/Chart.yaml | 4 +- stable/n8n/{9.0.27 => 9.0.28}/LICENSE | 0 stable/n8n/{9.0.27 => 9.0.28}/README.md | 0 stable/n8n/9.0.28/app-changelog.md | 9 + stable/n8n/{9.0.27 => 9.0.28}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../charts/redis-6.0.66.tgz | Bin stable/n8n/{9.0.27 => 9.0.28}/ix_values.yaml | 2 +- stable/n8n/{9.0.27 => 9.0.28}/questions.yaml | 188 +++++++++++++++++- .../{9.0.27 => 9.0.28}/templates/NOTES.txt | 0 .../templates/_configmap.tpl | 0 .../{9.0.27 => 9.0.28}/templates/common.yaml | 0 stable/n8n/{9.0.27 => 9.0.28}/values.yaml | 0 15 files changed, 208 insertions(+), 22 deletions(-) delete mode 100644 stable/n8n/9.0.27/app-changelog.md rename stable/n8n/{9.0.27 => 9.0.28}/CHANGELOG.md (91%) rename stable/n8n/{9.0.27 => 9.0.28}/Chart.yaml (95%) rename stable/n8n/{9.0.27 => 9.0.28}/LICENSE (100%) rename stable/n8n/{9.0.27 => 9.0.28}/README.md (100%) create mode 100644 stable/n8n/9.0.28/app-changelog.md rename stable/n8n/{9.0.27 => 9.0.28}/app-readme.md (100%) rename stable/n8n/{9.0.27 => 9.0.28}/charts/common-14.3.5.tgz (100%) rename stable/n8n/{9.0.27 => 9.0.28}/charts/redis-6.0.66.tgz (100%) rename stable/n8n/{9.0.27 => 9.0.28}/ix_values.yaml (97%) rename stable/n8n/{9.0.27 => 9.0.28}/questions.yaml (92%) rename stable/n8n/{9.0.27 => 9.0.28}/templates/NOTES.txt (100%) rename stable/n8n/{9.0.27 => 9.0.28}/templates/_configmap.tpl (100%) rename stable/n8n/{9.0.27 => 9.0.28}/templates/common.yaml (100%) rename stable/n8n/{9.0.27 => 9.0.28}/values.yaml (100%) diff --git a/stable/n8n/9.0.27/app-changelog.md b/stable/n8n/9.0.27/app-changelog.md deleted file mode 100644 index 1b2d40ee08..0000000000 --- a/stable/n8n/9.0.27/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [n8n-9.0.27](https://github.com/truecharts/charts/compare/n8n-9.0.26...n8n-9.0.27) (2023-11-08) - -### Chore - -- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465)) - - \ No newline at end of file diff --git a/stable/n8n/9.0.27/CHANGELOG.md b/stable/n8n/9.0.28/CHANGELOG.md similarity index 91% rename from stable/n8n/9.0.27/CHANGELOG.md rename to stable/n8n/9.0.28/CHANGELOG.md index 139ea62e52..5c1ad07ee1 100644 --- a/stable/n8n/9.0.27/CHANGELOG.md +++ b/stable/n8n/9.0.28/CHANGELOG.md @@ -4,6 +4,15 @@ +## [n8n-9.0.28](https://github.com/truecharts/charts/compare/n8n-9.0.27...n8n-9.0.28) (2023-11-15) + +### Chore + +- update container image tccr.io/truecharts/n8n to v1.17.0 ([#14691](https://github.com/truecharts/charts/issues/14691)) + + + + ## [n8n-9.0.27](https://github.com/truecharts/charts/compare/n8n-9.0.26...n8n-9.0.27) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ ## [n8n-9.0.18](https://github.com/truecharts/charts/compare/n8n-9.0.17...n8n-9.0.18) (2023-10-25) - -### Chore - -- update container image tccr.io/truecharts/n8n to v1.12.2 ([#13971](https://github.com/truecharts/charts/issues/13971)) - - - - -## [n8n-9.0.17](https://github.com/truecharts/charts/compare/n8n-9.0.16...n8n-9.0.17) (2023-10-23) diff --git a/stable/n8n/9.0.27/Chart.yaml b/stable/n8n/9.0.28/Chart.yaml similarity index 95% rename from stable/n8n/9.0.27/Chart.yaml rename to stable/n8n/9.0.28/Chart.yaml index da1d5cf7c5..d85349189b 100644 --- a/stable/n8n/9.0.27/Chart.yaml +++ b/stable/n8n/9.0.28/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.16.0" +appVersion: "1.17.0" 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.27 +version: 9.0.28 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/stable/n8n/9.0.27/LICENSE b/stable/n8n/9.0.28/LICENSE similarity index 100% rename from stable/n8n/9.0.27/LICENSE rename to stable/n8n/9.0.28/LICENSE diff --git a/stable/n8n/9.0.27/README.md b/stable/n8n/9.0.28/README.md similarity index 100% rename from stable/n8n/9.0.27/README.md rename to stable/n8n/9.0.28/README.md diff --git a/stable/n8n/9.0.28/app-changelog.md b/stable/n8n/9.0.28/app-changelog.md new file mode 100644 index 0000000000..dc7cadb92d --- /dev/null +++ b/stable/n8n/9.0.28/app-changelog.md @@ -0,0 +1,9 @@ + + +## [n8n-9.0.28](https://github.com/truecharts/charts/compare/n8n-9.0.27...n8n-9.0.28) (2023-11-15) + +### Chore + +- update container image tccr.io/truecharts/n8n to v1.17.0 ([#14691](https://github.com/truecharts/charts/issues/14691)) + + \ No newline at end of file diff --git a/stable/n8n/9.0.27/app-readme.md b/stable/n8n/9.0.28/app-readme.md similarity index 100% rename from stable/n8n/9.0.27/app-readme.md rename to stable/n8n/9.0.28/app-readme.md diff --git a/stable/n8n/9.0.27/charts/common-14.3.5.tgz b/stable/n8n/9.0.28/charts/common-14.3.5.tgz similarity index 100% rename from stable/n8n/9.0.27/charts/common-14.3.5.tgz rename to stable/n8n/9.0.28/charts/common-14.3.5.tgz diff --git a/stable/n8n/9.0.27/charts/redis-6.0.66.tgz b/stable/n8n/9.0.28/charts/redis-6.0.66.tgz similarity index 100% rename from stable/n8n/9.0.27/charts/redis-6.0.66.tgz rename to stable/n8n/9.0.28/charts/redis-6.0.66.tgz diff --git a/stable/n8n/9.0.27/ix_values.yaml b/stable/n8n/9.0.28/ix_values.yaml similarity index 97% rename from stable/n8n/9.0.27/ix_values.yaml rename to stable/n8n/9.0.28/ix_values.yaml index 5e65dc6828..f68dfdb4b3 100644 --- a/stable/n8n/9.0.27/ix_values.yaml +++ b/stable/n8n/9.0.28/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/n8n - tag: v1.16.0@sha256:affc54b36123025be1172a8f1fbdabab6e1352a97d73f9c7d932db0d5a2fd320 + tag: v1.17.0@sha256:71a239406394b4db203bf65122fbb5b853ff7704f2b6809404b7b585d8c54fad pullPolicy: IfNotPresent timezoneandlocale: {} # N8N_DEFAULT_LOCALE: "en" diff --git a/stable/n8n/9.0.27/questions.yaml b/stable/n8n/9.0.28/questions.yaml similarity index 92% rename from stable/n8n/9.0.27/questions.yaml rename to stable/n8n/9.0.28/questions.yaml index dfe906782a..12f9cd8f5a 100644 --- a/stable/n8n/9.0.27/questions.yaml +++ b/stable/n8n/9.0.28/questions.yaml @@ -1145,6 +1145,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: persistenceList label: Additional App Storage group: Storage and Persistence @@ -1265,6 +1358,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: ingress label: "" group: Ingress @@ -1307,7 +1493,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/n8n/9.0.27/templates/NOTES.txt b/stable/n8n/9.0.28/templates/NOTES.txt similarity index 100% rename from stable/n8n/9.0.27/templates/NOTES.txt rename to stable/n8n/9.0.28/templates/NOTES.txt diff --git a/stable/n8n/9.0.27/templates/_configmap.tpl b/stable/n8n/9.0.28/templates/_configmap.tpl similarity index 100% rename from stable/n8n/9.0.27/templates/_configmap.tpl rename to stable/n8n/9.0.28/templates/_configmap.tpl diff --git a/stable/n8n/9.0.27/templates/common.yaml b/stable/n8n/9.0.28/templates/common.yaml similarity index 100% rename from stable/n8n/9.0.27/templates/common.yaml rename to stable/n8n/9.0.28/templates/common.yaml diff --git a/stable/n8n/9.0.27/values.yaml b/stable/n8n/9.0.28/values.yaml similarity index 100% rename from stable/n8n/9.0.27/values.yaml rename to stable/n8n/9.0.28/values.yaml