Instala un chart de helm. Más información: https://helm.sh/docs/intro/using_helm/#helm-install-installing-a-package.
helm install {{nombre}} {{nombre_del_repositorio}}/{{nombre_del_chart}}
helm install {{nombre}} {{ruta/al/directorio_de_origen}}
helm install {{nombre_del_paquete}} {{https://example.com/charts/packagename-1.2.3.tgz}}
helm install {{nombre_del_repositorio}}/{{nombre_del_chart}} --generate-name
helm install {{nombre}} {{nombre_del_repositorio}}/{{nombre_del_chart}} --dry-run
helm install {{nombre}} {{nombre_del_repositorio}}/{{nombre_del_chart}} --set {{parámetro1}}={{valor1}},{{parámetro2}}={{valor2}}
helm install {{nombre}} {{nombre_del_repositorio}}/{{nombre_del_chart}} --values {{ruta/a/valores.yaml}}