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)
I’m happy to report that:
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.