Goals available for this plugin:
Goal | Description |
---|---|
helm:content | Retrieves the content of a release. |
helm:history | Retrieves the history of a release. |
helm:install | Installs a chart and hence creates a release. |
helm:list | Retrieves releases matching certain criteria and notifies registered listeners. |
helm:package | Packages a Helm chart from its raw materials. |
helm:rollback | Rolls a release back to a prior version. |
helm:status | Retrieves the status of a release version. |
helm:test | Runs tests against a Helm release. |
helm:uninstall | Uninstalls a release. |
helm:update | Updates a release with a new chart. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.8 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>org.microbean</groupId> <artifactId>helm-maven-plugin</artifactId> <version>2.8.2.1.1.2</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>org.microbean</groupId> <artifactId>helm-maven-plugin</artifactId> <version>2.8.2.1.1.2</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"