You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
bmuschko
changed the title
Default Helm repository should switch to
Default Helm repository should switch to https://charts.helm.sh/stable
Dec 21, 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?
As announced on the Helm blog, the default repository
https://kubernetes-charts.storage.googleapis.com
needs to be switched over tohttps://charts.helm.sh/stable
. The current repository used in the plugin cannot be used anymore: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?
The text was updated successfully, but these errors were encountered: