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 repo add error #77

Closed jinyu121 closed 8 months ago

jinyu121 commented 8 months ago

I want to add this helm chart via

helm repo add n8n https://github.com/8gears/n8n-helm-chart 

Bug I got error:

Error: looks like "https://github.com/8gears/n8n-helm-chart" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/8gears/n8n-helm-chart/index.yaml : 404 Not Found

I don't know what's the index.yaml is, but I can see some "professional" charts (such as bitnami and grafana) follow this template.

Vad1mo commented 8 months ago

[!IMPORTANT] Starting Jan 2024, we serve Charts only as OCI artifacts.

finkinfridom commented 8 months ago

@Vad1mo that's clear, but maybe having some troubleshoot hints on the README would be great. I switched yo OCI for your chart but now I'm having issues with Terraform helm_release and also when trying to use the oci registry through standard helm commands. I think I'll move back to https registry and/or forking the official one because it was working smoothly (as this oci change is taking me days of troubleshooting now).