Image build fails because of Helm having removed the stable repo
See original GitHub issueSee 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:
[...]
Adding stable repo with URL: kubernetes-charts.storage.googleapis.com
Error: error initializing: Looks like "kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
[...]
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:7
Top Results From Across the Web
Troubleshooting - Helm
The old Google helm chart repository has been replaced by a new Helm chart repository. Run the following command to permanently fix this:...
Read more >Helm Repositories - Flux CD
There are 2 Helm repository types defined by the HelmRepository API: Helm HTTP/S repository, which defines a Source to produce an Artifact for...
Read more >Installation with Helm | NGINX Ingress Controller
Parameter Description Default
controller.nginxplus Deploys the Ingress Controller for NGINX Plus. false
controller.appprotectdos.debug Enables App Protect DoS debug logs. false
controller.appprotectdos.maxWorkers Max number of nginx processes...
Read more >Helm - Argo CD - Declarative GitOps CD for Kubernetes
Helm has the ability to use a different, or even multiple "values.yaml" files to ... Many helm charts from the charts repository make...
Read more >Why almost all helm packages are DEPRECATED?
The underlying reason "why" is that the CNCF no longer wanted to pay the costs in hosting a single monolithic repository:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The right fix is to bump version of Helm2 to 2.17.0 https://github.com/deliverybot/helm/blob/master/Dockerfile#L5
Another solution:
Works for me