Hi,
Currently only helm type is supported for helm charts catalogs.
Having to setup an helm charts repository is pretty bothersome, specifically from the fact that that a chart is just some manifest template, a metadata file (Chart.yaml) and a values file, and that the discovery can be done from folders in a repository.
The same way argocd and probably other gitops tools, we could add a catalog type that use a git repo as well as a directory in the repo for discovery.
Hi,
Currently only
helmtype is supported for helm charts catalogs.Having to setup an helm charts repository is pretty bothersome, specifically from the fact that that a chart is just some manifest template, a metadata file (
Chart.yaml) and a values file, and that the discovery can be done from folders in a repository.The same way argocd and probably other gitops tools, we could add a catalog type that use a git repo as well as a directory in the repo for discovery.