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
543 stars 199 forks source link

add an option to override package path #117

Open developer-guy opened 1 year ago

developer-guy commented 1 year ago

In the meantime, the default location for the package path is .cr-release-packages^1, which is a path to a directory with chart packages^2, and we don't have an input option to override this path. It'd be nice if we could override this path via an input option.

cc: @cpanato