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

Default Helm repository should switch to https://charts.helm.sh/stable #30

Open
bmuschko opened this issue Dec 21, 2020 · 1 comment
Open

Comments

@bmuschko
Copy link
Contributor

bmuschko commented Dec 21, 2020

As announced on the Helm blog, the default repository https://kubernetes-charts.storage.googleapis.com needs to be switched over to https://charts.helm.sh/stable. The current repository used in the plugin cannot be used anymore:

<Error>
    <Code>AccessDenied</Code>
    <Message>Access denied.</Message>
    <Details>Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket.</Details>
</Error>

I believe this makes the plugin completely unusable as I haven't found a way to reconfigure the default Helm repository. Can you provide an example? I looked at the code but couldn't make it work. Correct to assume that the plugin is only compatible with Helm 2.x?

@bmuschko bmuschko changed the title Default Helm repository should switch to Default Helm repository should switch to https://charts.helm.sh/stable Dec 21, 2020
@bmuschko
Copy link
Contributor Author

bmuschko commented Dec 22, 2020

Helm version 2.17.0 uses the "new" Helm repo by default. At the very least, this plugin should use that version by default to make it operational again. Any chance you can release a new plugin version with the fix?

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

1 participant