-
Notifications
You must be signed in to change notification settings - Fork 221
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
Image build fails because of Helm having removed the stable repo #49
Comments
Having the same issue here, did you manage to get the action working again? |
For people like me that aren't able to deploy, I manged to find a temporary solution that fixes it quick and dirty by downloading the source and put it in my project repo under '.github/actions/helm-delivery'. New Dockerfile:
Use local action:
|
The right fix is to bump version of Helm2 to 2.17.0 https://github.com/deliverybot/helm/blob/master/Dockerfile#L5 |
Fixes the problem with helm v2 trying to use the old url for the stable chart repo. See deliverybot#49 for more details
@JeroenBoesten
Can you share workaround solution if you have successfully launch it ? |
Another solution:
Works for me |
Merged #50 please let me know if that resolves the issue. |
Can confirm that this resolves the issue, thank you. |
See https://helm.sh/blog/new-location-stable-incubator-charts/ and https://kubernetes-charts.storage.googleapis.com/ returns 403.
A "quick" fix is probably to update Helm to a newer version and / or removing Helm 2.
Log from failed GitHub Actions run:
The text was updated successfully, but these errors were encountered: