loft-sh / component-chart

Kubernetes Component Chart - Helm Chart for Application Components in Kubernetes
https://devspace.sh/component-chart/docs/introduction
Apache License 2.0
32 stars 38 forks source link

Installation fails to download #28

Open paneq opened 3 years ago

paneq commented 3 years ago
helm install -n my-namespace my-component https://charts.devspace.sh/component-chart

Error: failed to download "https://charts.devspace.sh/component-chart" (hint: running helm repo update may help)

paneq commented 3 years ago

I found a workaround in:

git clone https://github.com/devspace-cloud/component-chart
helm install -f helm-only-app.yml -n my-namespace my-component ./component-chart