helm
helm copied to clipboard
Add input params
Please note: I didn't add the remove_canary
input parameter to the action.yml
because it was not documented in the README.md.
I think after I merged the other CR's seeing a conflict now, I was going to resolve but I wasn't quite sure which parameters were being kept as required.
Sorry, I totally forgot about this PR. Should be all good now. But I'll keep on working on this GitHub action.
Is there a due to this PR to be merged?
Would be great to fix this, since the warnings in the github actions log are very frustrating, making me wonder if I had the most recent version as described in the README.
This PR changes the inputs to chart-version
from chart_version
, which if fine and more consistent. Also, index.js
replaces the _ with - so reading the values would totally work and really avoid frustration.
If I can do anything to help let me know!
@riker09 can you also add repository
in the action.yaml
, it is already added in the index.js