helm-maven-plugin
helm-maven-plugin copied to clipboard
helmHomeDirectory is not supported yet?
Is this a request for help?: No
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug Report
What happened:
After upgrade to helm-maven-plugin 5.x. helmHomeDirectory is not supported. and the default user HELM_HOME is used. But helm init is not executed by default, which lead to helm add repo failed. And the README.md is still with description about this helmHomeDirectory.
What you expected to happen:
- Helm init for user HELM_HOME may need to be executed with configuration.
- Or to add back helmHomeDirectory
How to reproduce it (as minimally and precisely as possible):
delete .helm/repository and use this plugin to exeucte mvn helm:init
Anything else we need to know: After check the git log, the removal of helmHomeDirectory is in following commit.
commit 3763889b32169d00c2bf980bd1a3dc9ba7ca2e36
Author: Axel Köhler <[email protected]>
Date: Fri Nov 29 21:26:11 2019 +0100
Migrate to Helm3