-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
New Location For Stable Charts #164
Conversation
Getting error 403 for existing chart location. Using updated URL works https://helm.sh/blog/new-location-stable-incubator-charts/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Not sure why CI running Helm linting is not happy according to https://circleci.com/gh/StackStorm/stackstorm-ha/3081:
#!/bin/sh -eo pipefail
set -x
helm init --client-only
helm dependency update
+ helm init --client-only
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: error initializing: Looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
Exited with code exit status 1
CircleCI received exit code 1
Will try to figure it out.
@manisha-tanwar In a meantime, can you please add the Changelog record for this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be working now.
The fix will be released as v0.41.0
chart version.
This is the latest Helm 2 compatible chart release.
v0.50.0
will be shipped with Helm 3 support (#163).
Getting error 403 for existing chart location. Using updated URL works
https://helm.sh/blog/new-location-stable-incubator-charts/