fstaudt / helm-values

Ease configuration of values for Helm charts in your IDE
Apache License 2.0
11 stars 0 forks source link

Update Helm repositories in separate IntelliJ action #165

Closed fstaudt closed 2 weeks ago

fstaudt commented 2 weeks ago

When updating Helm dependencies for a chart, Helm repositories are always updated first.\ Most of the time, this update is useless and it takes more time than updating the dependencies.

This update should be done only once a day (or on request) in a dedicated action to speed up update of Helm dependencies.\ When Helm repositories are updated, metadata should be updated to indicate the timestamp of last update for the repositories.

When IDEA is opened, plugin should check the last update of repositories in project metadata.\ If last update is older than one day, plugin should display a popup to propose running action to update chart repositories or skipping check for the day.