semantic-release-helm
semantic-release-helm copied to clipboard
feat: added updateDependencies Flag
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.