djjudas21 / charts

Collection of Helm charts
15 stars 6 forks source link

Restrict helm-docs to charts with changes #84

Open djjudas21 opened 1 month ago

djjudas21 commented 1 month ago

Is your feature request related to a problem ?

When helm-docs runs, it always updates docs for all charts, but just charts which have changes.

For example 9a18a379d971e1b878cfeb6167eb21e65314e859 makes changes to the Wizarr chart, but helm-docs updates docs for Jellyfin and lldap too, which then causes a pipeline failure because changes have been made to charts which have not received a version bump.

Describe the solution you'd like.

Helm-docs should only update documentation for charts that have changes

Describe alternatives you've considered.

None

Additional context.

No response