Kubernetes Helm: not a valid chart repository
问题 According to cert-manager installation docs jetstack repository should be added: $ helm repo add jetstack https://charts.jetstack.io It gives error message: Error: looks like "https://charts.jetstack.io" is not a valid chart repository or cannot be reached: error unmarshaling JSON: while decoding JSON: json: unknown field "serverInfo" What are the ways to fix the issue? 回答1: This looks to be caused by a patch done in Version 3.3.2 of Helm for security based issues. Reference Issue: https:/