-
Notifications
You must be signed in to change notification settings - Fork 158
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 s3 push fails with an error #221
Comments
I have the exact same error. $ helm plugin list |
when i use it on gitlab ci, the probelm must show |
i find a reason, i find helm init in helm2 doc, so i guess whether is the version reason, final export HELM_S3_MODE=3, now it work well. the probelm is so beyond logic and above reason. hope whe auther can solve it. |
As mentioned, you can use HELM_S3_MODE to force Helm v3 in case of problems, see: https://github.com/hypnoglow/helm-s3#helm-version-mode Also, a bug was fixed recently that might caused the problem. I'm going to close this, please open a new issue if the problem persists after the v0.16.0 release. |
⚡️helm s3 push ./halo-demo-chart-0.1.0.tgz test
Error: load repo file: Couldn't load repositories file (/Users/v01/.helm/repository/repositories.yaml).
You might need to run
helm init
(orhelm init --client-only
if tiller is already installed)Error: plugin "s3" exited with error
when I try to push the package to the s3 bucket using the plugin it fails the above error. I don't see any issues with the aws cli. It is working as expected.
Also, it prints a message to run
helm init
command, which is not available under helm3.Package versions:
The text was updated successfully, but these errors were encountered: