semantic-release-helm icon indicating copy to clipboard operation
semantic-release-helm copied to clipboard

feat: added updateDependencies Flag

Open siredmar opened this issue 3 years ago • 0 comments

This adds an optional parameter called updateDependency that checks all the charts dependencies and updates them to the latest version.

@m1pl this is my very first try writing something in js. I have no idea how to test this. Can you give me a hint or test this for me?

Test scenario is: Write an umbrella Chart with some dependencies. Use old versions of the dependencies. If this new flag is enabled, the released Helm Chart should reference all latest versions of the dependencies.

siredmar avatar Sep 02 '22 11:09 siredmar