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

`charts_repo_url` is outdated? #142

Closed Gekko0114 closed 1 year ago

Gekko0114 commented 1 year ago

Hi,

Thanks for your great work on this action.

In the README.md file, charts_repo_url is defined. However, in the codebase, there are no variables named charts_repo_url. Is the README.md outdated?

spuxx1701 commented 1 year ago

Same issue!

GeunjeLEE commented 1 year ago

I am facing the same issue.

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

Are there any new updates to fix this issue?

spuxx1701 commented 1 year ago

@GeunjeLEE no fix, the documentation is simply outdated and charts_repo_url is no longer there.

GeunjeLEE commented 1 year ago

@spuxx1701

Oh cool, i appreciate you keeping me informed.

cpanato commented 1 year ago

fixed in #144