Closed arrowcircle closed 8 months ago
can you elaborate a bit more what the problem is, to my knowledge v3.14.0
was used to build that chart.
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
can you give it a try with chart 0.21.0
@Vad1mo It works. thanks for the help!
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?