komodorio / helm-dashboard

The missing UI for Helm - visualize your releases
Apache License 2.0
5k stars 302 forks source link

Improve chart origin detecting #463

Open undera opened 1 year ago

undera commented 1 year ago

There's some more info in chart that we can use to map back to its origins: https://github.com/FairwindsOps/nova/blob/master/pkg/helm/chartrepo.go#L231

Use it in repo suggest, somewhere else?

warjiang commented 1 year ago

it will be better if background routine can allow use make a config of period check chart upgrade, instead of check version of charts manually

undera commented 1 year ago

@warjiang That already exists for a while This issue talks about different thing - how we "guess" the source repo for the chart