helm-maven-plugin icon indicating copy to clipboard operation
helm-maven-plugin copied to clipboard

Add upgrade helm functionality to plugin

Open icstreispe opened this issue 2 years ago • 0 comments

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 target/helm/repo/-.tgz --set env=uat

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

icstreispe avatar Jun 09 '22 13:06 icstreispe