bitnami / charts-syncer

Tool for synchronizing Helm Chart repositories.
https://bitnami.com
Apache License 2.0
169 stars 31 forks source link

flag to sync latest-stable-version-only #217

Open govindkailas opened 1 month ago

govindkailas commented 1 month ago

I am trying to figure out a way to sync only the latest stable version of a helm chart. For eg: syncing --latest-version-only of cert-manager from the repo https://charts.jetstack.io gives cert-manager-1.16.0-alpha.0 but I care only for the stable release.

Would it make sense to have a new flag to get only the stable version, something like latest-stable-version-only ?

govindkailas commented 1 month ago

Also, It would be great to have regular expression support for syncing charts with certain tags.