Closed Karitham closed 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.
helm lint
Let me know if I'm missing something, happy to fix.
Closes #71
fyi. fix is out and in chart version 0.22.1. Was no need to bump the file
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
And ran
helm lint
.Let me know if I'm missing something, happy to fix.
Closes #71