From d10683b5d72714ea889920ae7bb6b95bcd0ed6ff Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:58:56 +0200 Subject: [PATCH] Skip generating the schema values file for now, as it needs more testing. --- .github/workflows/push.yaml | 3 ++- charts/n8n/Chart.yaml | 2 +- charts/n8n/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index e8e19cf..4d4f1ae 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -38,6 +38,7 @@ jobs: run: | helm plugin install https://github.com/losisin/helm-values-schema-json.git helm schema -input charts/n8n/values.yaml - cp -a README.md LICENSE values.schema.json charts/n8n/ + echo "Skip copying the schema values file for now, as it needs more testing." + cp -a README.md LICENSE charts/n8n/ package_path=$(helm package charts/n8n --dependency-update | grep -o '/.*\.tgz') helm push "${package_path}" "oci://8gears.container-registry.com/library" diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index 5ae0283..740b260 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: n8n -version: 0.24.3 +version: 0.24.4 appVersion: 1.49.0 type: application description: "A Kubernetes Helm chart for n8n a free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services." diff --git a/charts/n8n/values.yaml b/charts/n8n/values.yaml index 2e3bd12..14e98b5 100644 --- a/charts/n8n/values.yaml +++ b/charts/n8n/values.yaml @@ -9,13 +9,13 @@ config: executions: # prune executions by default pruneData: "true" - # Per default we store 1 year of history + # Per default, we store 1 year of history pruneDataMaxAge: 3760 # existingSecret and secret are exclusive, with existingSecret taking priority. # existingSecret: "" # Use an existing Kubernetes secret, e.g created by hand or Vault operator. # Dict with all n8n json config options, unlike config the values here will end up in a secret. -secret: +secret: {} # Typical Example of a config in combination with a secret. # config: