Helm charts repository
1 - Download .tgz from public AWS repo:
helm pull oci://public.ecr.aws/karpenter/karpenter --version v0.25.0
Obs** change --version to version desired
2 - To create new index.yaml:
helm repo index --url https://pablommr.github.io/helm-charts/ .
Obs** Create Github page to expose helm chart
To update existing index to update version (download new .tgz first):
helm repo index --url https://pablommr.github.io/helm-charts/ --merge index.yaml .