diff --git a/incubator/n8n/0.0.2/CHANGELOG.md b/incubator/n8n/0.0.3/CHANGELOG.md similarity index 62% rename from incubator/n8n/0.0.2/CHANGELOG.md rename to incubator/n8n/0.0.3/CHANGELOG.md index 28da2f6fb28..126c75a53c1 100644 --- a/incubator/n8n/0.0.2/CHANGELOG.md +++ b/incubator/n8n/0.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [n8n-0.0.3](https://github.com/truecharts/apps/compare/n8n-0.0.2...n8n-0.0.3) (2022-01-28) + +#### Fix + +* Fix default value on some lists ([#1806](https://github.com/truecharts/apps/issues/1806)) + + + ### [n8n-0.0.2](https://github.com/truecharts/apps/compare/n8n-0.0.1...n8n-0.0.2) (2022-01-28) diff --git a/incubator/n8n/0.0.2/CONFIG.md b/incubator/n8n/0.0.3/CONFIG.md similarity index 100% rename from incubator/n8n/0.0.2/CONFIG.md rename to incubator/n8n/0.0.3/CONFIG.md diff --git a/incubator/n8n/0.0.2/Chart.lock b/incubator/n8n/0.0.3/Chart.lock similarity index 87% rename from incubator/n8n/0.0.2/Chart.lock rename to incubator/n8n/0.0.3/Chart.lock index 60564fb9dfd..e041a184b8a 100644 --- a/incubator/n8n/0.0.2/Chart.lock +++ b/incubator/n8n/0.0.3/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://truecharts.org version: 1.0.63 digest: sha256:e41f7ea9203768b04adca367d6fba3dca20224666c88824b364d9d4a9d56c6bf -generated: "2022-01-28T08:56:31.677101935Z" +generated: "2022-01-28T20:27:19.552582936Z" diff --git a/incubator/n8n/0.0.2/Chart.yaml b/incubator/n8n/0.0.3/Chart.yaml similarity index 98% rename from incubator/n8n/0.0.2/Chart.yaml rename to incubator/n8n/0.0.3/Chart.yaml index afa2446c0cf..a51375311c9 100644 --- a/incubator/n8n/0.0.2/Chart.yaml +++ b/incubator/n8n/0.0.3/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://docs.n8n.io/ - https://github.com/n8n-io/n8n - https://hub.docker.com/r/n8nio/n8n -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - media diff --git a/incubator/n8n/0.0.2/README.md b/incubator/n8n/0.0.3/README.md similarity index 100% rename from incubator/n8n/0.0.2/README.md rename to incubator/n8n/0.0.3/README.md diff --git a/incubator/n8n/0.0.2/app-readme.md b/incubator/n8n/0.0.3/app-readme.md similarity index 100% rename from incubator/n8n/0.0.2/app-readme.md rename to incubator/n8n/0.0.3/app-readme.md diff --git a/incubator/n8n/0.0.2/charts/common-8.14.2.tgz b/incubator/n8n/0.0.3/charts/common-8.14.2.tgz similarity index 100% rename from incubator/n8n/0.0.2/charts/common-8.14.2.tgz rename to incubator/n8n/0.0.3/charts/common-8.14.2.tgz diff --git a/incubator/n8n/0.0.2/charts/postgresql-6.0.58.tgz b/incubator/n8n/0.0.3/charts/postgresql-6.0.58.tgz similarity index 100% rename from incubator/n8n/0.0.2/charts/postgresql-6.0.58.tgz rename to incubator/n8n/0.0.3/charts/postgresql-6.0.58.tgz diff --git a/incubator/n8n/0.0.2/charts/redis-1.0.63.tgz b/incubator/n8n/0.0.3/charts/redis-1.0.63.tgz similarity index 100% rename from incubator/n8n/0.0.2/charts/redis-1.0.63.tgz rename to incubator/n8n/0.0.3/charts/redis-1.0.63.tgz diff --git a/incubator/n8n/0.0.2/helm-values.md b/incubator/n8n/0.0.3/helm-values.md similarity index 96% rename from incubator/n8n/0.0.2/helm-values.md rename to incubator/n8n/0.0.3/helm-values.md index 72811af449e..bbf344987a0 100644 --- a/incubator/n8n/0.0.2/helm-values.md +++ b/incubator/n8n/0.0.3/helm-values.md @@ -36,6 +36,8 @@ You will, however, be able to use all values referenced in the common chart here | image.repository | string | `"tccr.io/truecharts/n8n"` | | | image.tag | string | `"v0.160.0@sha256:2141ab9bb8e8a820fa07a20ae9bdd1a7c5f2102926238ab7f3aa4a3c9e175ebe"` | | | logs.N8N_LOG_FILE_LOCATION | string | `"/data/logs"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/home/node/.n8n"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/data"` | | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/incubator/n8n/0.0.2/ix_values.yaml b/incubator/n8n/0.0.3/ix_values.yaml similarity index 98% rename from incubator/n8n/0.0.2/ix_values.yaml rename to incubator/n8n/0.0.3/ix_values.yaml index 12997d2886e..0b3ad55fa42 100644 --- a/incubator/n8n/0.0.2/ix_values.yaml +++ b/incubator/n8n/0.0.3/ix_values.yaml @@ -109,6 +109,9 @@ service: targetPort: 5678 persistence: + config: + enabled: true + mountPath: "/home/node/.n8n" data: enabled: true mountPath: "/data" diff --git a/incubator/n8n/0.0.2/questions.yaml b/incubator/n8n/0.0.3/questions.yaml similarity index 94% rename from incubator/n8n/0.0.2/questions.yaml rename to incubator/n8n/0.0.3/questions.yaml index 61913f3eeaf..e79e9c80ec6 100644 --- a/incubator/n8n/0.0.2/questions.yaml +++ b/incubator/n8n/0.0.3/questions.yaml @@ -536,7 +536,7 @@ questions: description: "Log output level" schema: type: string - default: "Default" + default: "" enum: - value: "" description: "Default" @@ -555,7 +555,7 @@ questions: description: "Where to output logs" schema: type: string - default: "Default" + default: "" enum: - value: "" description: "Default" @@ -1088,6 +1088,169 @@ questions: additional_attrs: true type: dict attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Config." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: data label: "App Data Storage" description: "Stores the Application Data." @@ -1251,7 +1414,6 @@ questions: label: "Value" schema: type: string - - variable: persistenceList label: "Additional app storage" group: "Storage and Persistence" diff --git a/incubator/n8n/0.0.2/security.md b/incubator/n8n/0.0.3/security.md similarity index 100% rename from incubator/n8n/0.0.2/security.md rename to incubator/n8n/0.0.3/security.md diff --git a/incubator/n8n/0.0.2/templates/_configmap.tpl b/incubator/n8n/0.0.3/templates/_configmap.tpl similarity index 100% rename from incubator/n8n/0.0.2/templates/_configmap.tpl rename to incubator/n8n/0.0.3/templates/_configmap.tpl diff --git a/incubator/n8n/0.0.2/templates/common.yaml b/incubator/n8n/0.0.3/templates/common.yaml similarity index 100% rename from incubator/n8n/0.0.2/templates/common.yaml rename to incubator/n8n/0.0.3/templates/common.yaml diff --git a/incubator/n8n/0.0.2/values.yaml b/incubator/n8n/0.0.3/values.yaml similarity index 100% rename from incubator/n8n/0.0.2/values.yaml rename to incubator/n8n/0.0.3/values.yaml