bump: bump Chart 0.1.0 -> 0.2.0

This commit is contained in:
a5r0n
2021-10-24 12:11:43 +03:00
parent eb8397f871
commit fe76ca8476
2 changed files with 9 additions and 5 deletions
+7 -3
View File
@@ -1,18 +1,22 @@
# n8n-chart
Helm Chart for scalable n8n.io
with redis & postgres.
https://docs.n8n.io/getting-started/installation/advanced/scaling-n8n.html
## install
## install
we use the new OCI registery,
so install is simple:
```bash
export HELM_EXPERIMENTAL_OCI=1
helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.1.0
helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.2.0
```
example values:
```yaml
#set replicaCount for n8n workers
replicaCount: 5
@@ -22,7 +26,7 @@ n8n:
enabled: true
username: "n8n"
password: "N8nPassW0r$"
postgresql:
postgresqlPassword: "N8nPassW0r$"
```