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

Helm 3.7+ version incompatibility #72

Closed arrowcircle closed 8 months ago

arrowcircle commented 9 months ago

Hey! Looks like a latest (0.20.1) version of the chart is not compatible with recent helm versions due to the changes in helm 3.7 about OCI image format Release notes.

Could you please use new version of helm to build actual image of th chart, so it's possible to install n8n with recent helm version?

Vad1mo commented 9 months ago

can you elaborate a bit more what the problem is, to my knowledge v3.14.0 was used to build that chart.

arrowcircle commented 9 months ago

can you elaborate a bit more what the problem is, to my knowledge v3.14.0 was used to build that chart.

Sure, here is log:

helm upgrade --install n8n oci://8gears.container-registry.com/library/n8n --version 0.20.1 -n n8n -f oci_values.yaml
Error: manifest does not contain minimum number of descriptors (2), descriptors found: 1
Vad1mo commented 8 months ago

can you give it a try with chart 0.21.0

arrowcircle commented 8 months ago

@Vad1mo It works. thanks for the help!