chart-releaser-action icon indicating copy to clipboard operation
chart-releaser-action copied to clipboard

Unexpected input(s) 'packages_with_index',

Open raspinall opened this issue 2 years ago • 1 comments

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/[email protected] with: packages_with_index: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

raspinall avatar Oct 25 '23 14:10 raspinall

That input wasn't added until version 1.6.0

IGx89 avatar Nov 06 '23 20:11 IGx89