From fe76ca8476bf75dc218207ccaa5dd224c8b00cc9 Mon Sep 17 00:00:00 2001 From: a5r0n Date: Sun, 24 Oct 2021 12:11:43 +0300 Subject: [PATCH] bump: bump Chart 0.1.0 -> 0.2.0 --- README.md | 10 +++++++--- n8n/Chart.yaml | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e6f2ef..977902c 100644 --- a/README.md +++ b/README.md @@ -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$" ``` diff --git a/n8n/Chart.yaml b/n8n/Chart.yaml index 9aa98c5..a499d01 100644 --- a/n8n/Chart.yaml +++ b/n8n/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: n8n -description: A Helm chart for Kubernetes +description: A Helm chart for n8n.io dependencies: - name: redis @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to