question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Image build fails because of Helm having removed the stable repo

See original GitHub issue

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:

[...]
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:open
  • Created 3 years ago
  • Reactions:12
  • Comments:7

github_iconTop GitHub Comments

5reactions
glend-opcommented, Dec 22, 2020

The right fix is to bump version of Helm2 to 2.17.0 https://github.com/deliverybot/helm/blob/master/Dockerfile#L5

3reactions
Fire7commented, Dec 28, 2020

Another solution:

        # uses: 'deliverybot/helm@v1'  #TODO: Replace after fix https://github.com/deliverybot/helm/issues/49
        uses: elseu/sdu-helm-deploy-action@0.0.5

Works for me

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found