Skip to content

Commit

Permalink
Skip generating the schema values file for now, as it needs more test…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
Vad1mo committed Jul 13, 2024
1 parent 1c0b9c6 commit d10683b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/n8n/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
4 changes: 2 additions & 2 deletions charts/n8n/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d10683b

Please sign in to comment.