Make repositories to check for newer versions configurable, by chart / namespace, ... #353
Labels
enhancement
Adding additional functionality or improvements
stale
Marked as stale by stalebot
triage
This bug needs triage
Is your feature request related to a problem? Please describe.
I am having the problem that some charts seem to have several sources with the same name, such as:
For
kafka-ui
I have version 0.7.6 installed, which is the current one on the official repository:On artifacthub.io, though, there is a version 1.4.9 in a repo called "kafbat". I am not sure wether this might really be better in this specific case (didn't check yet), but if we suppose I want to stay on exactly this version, it would be nice to configure that THIS specific Chart should only be searched for in THAT repository, somehow.
Describe the solution you'd like
A configuration option to search for either specific names of Helm Charts or for specific namespaces in specific clusters only inside specific repositories. One lovely solution could also be to have a secret or configmap inside the cluster's namespace hinting Nova to search at the right place. The last of my suggestions would even solve a situation where you might have internal registries and Helm Repositories where all upstream charts go through some kind of validation process and are then "published" internally. You could with this check for upstream with one test cluster, and for internal by referencing so with a cluster-internal "ruleset".
Additional context
A "rule-based nova configuration inside the K8S cluster" would also make possible to set unwanted versions like
-rc.*
or-beta.*
per namespace, per chart name or such, maybe with a Regex based ruleset.But in any case, I would be happy with any other solution that allows me to "pin" helm charts to be found only in specific Helm Repositories.
The text was updated successfully, but these errors were encountered: