-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm repo no longer available! #90
Comments
More info: [root@kube-1 hdfs]$ helm repo add incubator https://charts.helm.sh/incubator [root@kube-1 hdfs]$ helm dependency build charts/hdfs-k8s |
The stable and incubator repositories of the Helm charts have been moved to a new location. You must updated URI in charts.yaml (or requirements.yaml) to point to the new repositories in order to let the Helm dependency resolver find the correct location. Name Old Location New Location
stable https://kubernetes-charts.storage.googleapis.com https://charts.helm.sh/stable
incubator https://kubernetes-charts-incubator.storage.googleapis.com https://charts.helm.sh/incubator you should change the repo of dependencies:
- name: zookeeper
version: "1.3.1"
repository: https://charts.helm.sh/incubator # change this
condition: condition.subchart.zookeeper
tags:
- ha
- kerberos
|
So since this project is dead, the only way we can use the charts here is to maintain a fork with the changed URLs. Gross... |
Hi,
Seems your repo is out of date now, please update how to install today, thanks!
[root@kube-1 hdfs]$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com
Error: repo "https://kubernetes-charts-incubator.storage.googleapis.com" is no longer available; try "https://charts.helm.sh/incubator" instead
Cheers,
Dan
The text was updated successfully, but these errors were encountered: