nebari: Fix Helm Error 403 on chart repository

A user reported getting errors when trying to destroy an old qhub deployment using terraform destroy -auto-approve, more details on the issue on #218.

The probable cause is Helm (see epic #224) and a possible solution can be found at Stack Overflow.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

I’m happy to report that:

  • I was able to destroy the rest of the infrastructure manually on our old qhub
  • I was able to simply retrigger the github action that failed and it looked like it pulled the updated qhub-terraform-modules and it succeeded. So we are back in business over at https://jupyter.qhub.esipfed.org ! (and I added you guys as authorized users if you want to login and check it out)

This is resolved. Based on the comments in this PR, my guess is the core problem was the use of helm version 2.x. I was unable to reproduce the problem before merging the above PR.

The PR for the terraform modules was merged in any case to explicitly pull from the latest URL for helm charts.