Add custom helm repo in free tier

Hi,
I’m new here and I’ve just created an okteto free saas account for exploring.
I’d like to add my personal helm chart repo.
I follow How to Configure your Custom Helm Repository | Okteto Documentation but I don’t have any [add repository] button.
Is it a limitation of the free tier ?

Thanks
Eltorio

Hi @eltorio ! There is an error in the docs, that feature is unavailable on our free tier.

However, you can use the Okteto registry to store your charts, and then pull it as part of the deployment pipeline.

This document has more information on how to accomplish this.

Also, if the chart is on the same repo than your code, we recommend that you don’t upload it, and instead deploy it directly as part of your pipeline.

GitHub - okteto/movies: React + Node multi service application is an example of this.