8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
207 stars 102 forks source link

feat: init-container when using dynamic persistence #82

Closed Karitham closed 8 months ago

Karitham commented 8 months ago

Hi,

This is my first time contributing to a helm chart so I may have missed some parts.

I've tested this change with the following helmfile

releases:
  - name: n8n-test
    namespace: n8n-test
    chart: ./n8n-0.23.0.tgz
    values:
      - persistence:
          enabled: true
          type: dynamic
          storageClass: "standard"
          size: 10Gi

And ran helm lint.

Let me know if I'm missing something, happy to fix.

Closes #71

Vad1mo commented 8 months ago

fyi. fix is out and in chart version 0.22.1. Was no need to bump the file