diff --git a/charts/incubator/n8n/CHANGELOG.md b/charts/incubator/n8n/CHANGELOG.md index 28da2f6fb28..126c75a53c1 100644 --- a/charts/incubator/n8n/CHANGELOG.md +++ b/charts/incubator/n8n/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/charts/incubator/n8n/helm-values.md b/charts/incubator/n8n/helm-values.md index 72811af449e..bbf344987a0 100644 --- a/charts/incubator/n8n/helm-values.md +++ b/charts/incubator/n8n/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/docs/apps/incubator/n8n/CHANGELOG.md b/docs/apps/incubator/n8n/CHANGELOG.md index 28da2f6fb28..126c75a53c1 100644 --- a/docs/apps/incubator/n8n/CHANGELOG.md +++ b/docs/apps/incubator/n8n/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/docs/apps/incubator/n8n/helm-values.md b/docs/apps/incubator/n8n/helm-values.md index 72811af449e..bbf344987a0 100644 --- a/docs/apps/incubator/n8n/helm-values.md +++ b/docs/apps/incubator/n8n/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/docs/index.yaml b/docs/index.yaml index 7730cdf9af3..01d51fa25e7 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -28259,6 +28259,46 @@ entries: - https://github.com/truecharts/apps/releases/download/mysql-workbench-0.0.1/mysql-workbench-0.0.1.tgz version: 0.0.1 n8n: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.160.0 + created: "2022-01-28T20:31:14.293513017Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.14.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.58 + - condition: redis.enabled + name: redis + repository: https://truecharts.org + version: 1.0.63 + description: n8n is an extendable workflow automation tool. + digest: c3419a097662d5f9b7597f26a95d371a56d5827270434cd3613aa0dfa51fe910 + home: https://github.com/truecharts/apps/tree/master/charts/stable/n8n + icon: https://truecharts.org/_static/img/appicons/n8n-icon.png + keywords: + - workflows + - automation + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: n8n + sources: + - https://docs.n8n.io/ + - https://github.com/n8n-io/n8n + - https://hub.docker.com/r/n8nio/n8n + urls: + - https://github.com/truecharts/apps/releases/download/n8n-0.0.3/n8n-0.0.3.tgz + version: 0.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53729,4 +53769,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-01-28T18:23:04.589430331Z" +generated: "2022-01-28T20:31:14.302082887Z"