Because `helm.v3.Chart` does not support oci regis...
# kubernetes
s
Because
helm.v3.Chart
does not support oci registries, and I can't figure out how to get
helm.v3.Release
to template yaml like
helm.v3.Chart
.
Coming back to this. I can get
helm.v3.Chart
to work with oci images if I run
aws ecr get-login-password | helm registry login --username AWS --password-stdin <account-id-here>.dkr.ecr.<region-here>.<http://amazonaws.com|amazonaws.com>
first. I seem to need to do this even for public oci charts
d
By the way, we have an improvement issue 2847 to develop a new implementation of
Chart
, and OCI support will definitely be included. You would still need to do
helm registry login
or
docker login
beforehand.