helm-maven-plugin
helm-maven-plugin copied to clipboard
Add upgrade helm functionality to plugin
feature request: Can you add a feature (goal) so I can use maven instead of using helm in order to build and deploy on cluster. So instead of these 2 instructions:
mvn clean install
helm upgrade -i
I would like to do something like this (or similar)
mvn clean site -Puat
or at least these:
mvn clean install mvn helm:upgrade -Puat