After downloading and chmoding helm 2.4.1 into a running alpine linux container helm init -c fails with this error:
Error: Looks like "
https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Get
https://kubernetes-charts.storage.googleapis.com/index.yaml: x509: certificate has expired or is not yet valid
I believe helm is looking for a different certificate authority certificate, or possibly looking in the wrong place?
I have apk ca-certificates installed with a fresh update-ca-certificates
Does anyone know where helm is looking for the ca-certificates?
TIA