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

Skip_existing not seen as a valid input #162

Open or4dx opened 9 months ago

or4dx commented 9 months ago

I get the error below when I try to use skip_existing as an input as shown in the inputs here

Release Unexpected input(s) 'skip_existing', valid inputs are ['version', 'config', 'charts_dir', 'install_dir', 'install_only', 'skip_packaging']

Would be great to have it as part of the github actions workflow inputs

Taeyoung-Kwak commented 9 months ago

@or4dx It's not released yet. Check the action.yml in 1.5.0 tag. 🙃

dominicroessner commented 9 months ago

Any estimate on when this might be released? Looking to use this in a workflow also. Thank you.