istio: helm install doesn't work at all
Bug Description
Hi,
By following the doc here: https://github.com/istio/istio/tree/master/manifests/charts/base, but helm install doesn’t work at all. The chart seems cannot be found.
Version
$ istioctl version
client version: 1.11.3
control plane version: 1.11.3
data plane version: 1.11.3 (8 proxies)
Additional Information
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 21 (8 by maintainers)
Helm charts are namespaces by repo. There is a repo - “istio” and a chart name - “base”. In helm it’s referenced as istio/base. In terraform it looks like your don’t refer to a repo by name but rather by url, but it’s the same thing really.
To those who has same issue as me, I had to specify the image tag for pilot, which at least let the helm install succeed. I use tag 1.11.4 which is the most recent one I could find other than alpha version. Not sure if any combability issue I will have.
Ok, thank you very much for your explanation. I really appreciate it.