Skip to content
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

how to disable stable-repo-url: googleapis.com #68

Open
vovovs opened this issue Jul 5, 2018 · 1 comment
Open

how to disable stable-repo-url: googleapis.com #68

vovovs opened this issue Jul 5, 2018 · 1 comment

Comments

@vovovs
Copy link

vovovs commented Jul 5, 2018

I want to : helm --stable-repo-url http://192.168.3.3 ...
reason: stable-repo-url kubernetes-charts.storage.googleapis.com not connection, in china.

======= drone log =========
......
Creating /root/.helm
Creating /root/.helm/repository
Creating /root/.helm/repository/cache
Creating /root/.helm/repository/local
Creating /root/.helm/plugins
Creating /root/.helm/starters
Creating /root/.helm/cache/archive
Creating /root/.helm/repository/repositories.yaml
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
Error: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Get https://kubernetes-charts.storage.googleapis.com/index.yaml: net/http: TLS handshake timeout
Error running helm command: init

exit code 1

Kayuii added a commit to Kayuii/drone-helm that referenced this issue Nov 29, 2018
ipedrazas added a commit that referenced this issue Nov 29, 2018
issue #68 add stable_repo_url to change default stable repository
@aruruka
Copy link

aruruka commented May 31, 2019

I also found out the --stable-repo-url flag with using --upgrade doesn't work, my env is helm v2.14.0.
Afterwards, I just use helm repo remove and add to replace the stable repo url.
But my init process just passed without replacing the default stable repo url, and I found the cache of repo index had been updated normally.
I also wanna know if there is a way to replace the stable repo url in the init step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants