helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
559 stars 206 forks source link

Fix `--packages-with-index` always being set #163

Closed S7evinK closed 11 months ago

S7evinK commented 1 year ago

Since $packages_with_index defaults to false earlier in main, -n will always be true and thus add the --packages-with-index flag.

wrenix commented 1 year ago

@cpanato do you like to review/merge ?

when i get a new release? (it use already the 1.6.0 chart-releaser ..)

cpanato commented 11 months ago

this was fixed in https://github.com/helm/chart-releaser-action/pull/172