Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
39a5b32152
commit
a80bf202f0
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="n8n-0.0.2"></a>
|
||||
### [n8n-0.0.2](https://github.com/truecharts/apps/compare/n8n-0.0.1...n8n-0.0.2) (2022-01-28)
|
||||
|
||||
#### Fix
|
||||
|
||||
* quote values on configmap ([#1802](https://github.com/truecharts/apps/issues/1802))
|
||||
|
||||
|
||||
|
||||
<a name="n8n-0.0.1"></a>
|
||||
### n8n-0.0.1 (2022-01-27)
|
||||
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="n8n-0.0.2"></a>
|
||||
### [n8n-0.0.2](https://github.com/truecharts/apps/compare/n8n-0.0.1...n8n-0.0.2) (2022-01-28)
|
||||
|
||||
#### Fix
|
||||
|
||||
* quote values on configmap ([#1802](https://github.com/truecharts/apps/issues/1802))
|
||||
|
||||
|
||||
|
||||
<a name="n8n-0.0.1"></a>
|
||||
### n8n-0.0.1 (2022-01-27)
|
||||
|
||||
|
|
|
@ -28258,6 +28258,47 @@ entries:
|
|||
urls:
|
||||
- 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-28T08:59:56.431636961Z"
|
||||
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: 02b182008e527b971183d0af1bcfec74cdc435053e16c22168c6887ab7ee5a16
|
||||
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.2/n8n-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
nano-wallet:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
|
@ -53618,4 +53659,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-27T23:33:05.446194683Z"
|
||||
generated: "2022-01-28T08:59:56.436531662Z"
|
||||
|
|
Loading…
Reference in New Issue