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

helm s3 init failure with version 0.15.0 #300

Closed
globalpayments-philturner opened this issue Sep 19, 2023 · 3 comments · Fixed by #301
Closed

helm s3 init failure with version 0.15.0 #300

globalpayments-philturner opened this issue Sep 19, 2023 · 3 comments · Fixed by #301
Assignees
Labels
Milestone

Comments

@globalpayments-philturner

Using version 0.15.0 of helm s3 plugin whilst attempting to perform helm s3 init an error is produced: couldn't load repositories file.

Output on ALIN2:
image

After uninstalling version 0.15.0 and forcing install of version 0.14.0, output from the same command:
image

This looks to be a bug with version 0.15.0 - I've also reproduced the same results on a Mac.

@hypnoglow
Copy link
Owner

Thanks for reporting. I see where this issue is coming from.

Meanwhile, could you provide more context on your usage? As I understood, it is a clean helm installation and that's why there is no files in ~/.config/helm/, am I correct?

@hypnoglow hypnoglow added the bug label Sep 19, 2023
@hypnoglow
Copy link
Owner

Was able to reproduce

Error: lookup repo entry by url: load repo file: Couldn't load repositories file (/root/.helm/repository/repositories.yaml).
You might need to run `helm init` (or `helm init --client-only` if tiller is already installed)
Error: plugin "s3" exited with error

Will be fixed soon

@globalpayments-philturner
Copy link
Author

Thanks for reporting. I see where this issue is coming from.

Meanwhile, could you provide more context on your usage? As I understood, it is a clean helm installation and that's why there is no files in ~/.config/helm/, am I correct?

I was able to reproduce the error on a helm installation that had previously successfully initialized a s3 repo using 0.14.0 afer uninstalling the 0.14.0 plugin and installing the 0.15.0 plugin.

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

Successfully merging a pull request may close this issue.

2 participants