Skip to content

Ability to manually specify charts to check #24

@gabegorelick

Description

@gabegorelick

Is your feature request related to a problem? Please describe.

Nova does two things according to the README:

Nova scans your cluster for installed Helm charts, then cross-checks them against all known Helm repositories

I'd like to be able to use Nova for that second part (cross-checking Helm charts against their repositories to see if they're outdated and/or deprecated) without the first part (discovering the charts by scanning a cluster).

For example, scanning may fail if you didn't use helm install to install a chart (see #6). Or you may want to see if a chart is deprecated before you install it.

Describe the solution you'd like
Ability to manually specify the set of charts to check. Something like a --charts CLI option. Specifying this option would disable scanning for charts in the cluster and instead check the specified charts.

Describe alternatives you've considered
If you don't want scanning for charts, then perhaps there is a more purpose built tool that would make sense to use instead of Nova?

Metadata

Metadata

Assignees

Labels

enhancementAdding additional functionality or improvementspinnedPrevents stalebot from removingpriority: shouldShould be addressed shortly

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions