Closed myspotontheweb closed 3 years ago
Thanks for the contribution! Unfortunately we can't verify the commit author(s): GitOps CI g***@t***.com. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce.com Contributor License Agreement and this Pull Request will be revalidated.
Issue
Using Helm v3 the env var HELM_PATH_STARTER is no longer being set, breaking this plugin.
Summary of change
The FAQ describes the changes introduced by Helm V3
https://helm.sh/docs/faq/
This PR replaces the undocumented HELM_PATH_STARTER variable with $HELM_DATA_HOME/starters. Helm v2 is no longer supported, which implies this plugin has no need to be backwardly compatible (Just make it work).