netifi / netifi-helm-charts

3 stars 2 forks source link

Error: failed to download "netifi/netifi-helm-charts" (hint: running `helm repo update` may help) #2

Closed denverdino closed 5 years ago

denverdino commented 5 years ago

Following the instruction https://www.netifi.com/getstarted-kubernetes

$ helm repo add netifi https://download.netifi.com/helm-charts/
"netifi" has been added to your repositories

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "netifi" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.

$ helm search netifi/

NAME                        CHART VERSION   APP VERSION DESCRIPTION
netifi/netifi-helm-charts   0.0.5           1.6.9       A collection of helm charts for the Netifi cloud-native a...

$ helm install netifi/netifi-helm-charts --devel -f ./setFiles/local.yaml

Error: failed to download "netifi/netifi-helm-charts" (hint: running `helm repo update` may help)

$ helm install netifi/netifi-helm-charts --devel --debug -f ./setFiles/local.yaml

[debug] Created tunnel using local port: '51473'

[debug] SERVER: "127.0.0.1:51473"

[debug] Original chart version: ""
[debug] setting version to >0.0.0-0
Error: Failed to fetch https://download.netifi.com/helm-charts/netifi-helm-charts-0.0.5.tgz : 403 Forbidden
denverdino commented 5 years ago

The fix is to run

$ helm install charts/netifi-broker/ --devel --debug -f ./setFiles/local.yaml
flyinprogrammer commented 5 years ago

apparently we didn't upload the zip - thanks for catching this @denverdino - we'll get this fixed shortly

flyinprogrammer commented 5 years ago

should be fixed now - we also have an update to the website for the issues regarding Helm and K8s 1.16

To initialize helm with that version, just use this command:

helm init --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@' | kubectl apply -f -