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

Unexpected input(s) 'packages_with_index', #170

Open raspinall opened 8 months ago

raspinall commented 8 months ago

We're using chart-releaser-action 1.5.0 and getting this error:

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

This is the relevant github action config:

- name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 with: packages_with_index: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

IGx89 commented 8 months ago

That input wasn't added until version 1.6.0