DEPRECATION WARNINGThis extension is no longer actively maintained. There is now an official Helm extension available for VSTS in the vsts-tasks repo. Please use this extension as the one contained in this repository will no longer recieve features or bug fixes. VSTS Helm ExtensionThe unofficial extension for Helm! This is a very simple build task exension for installing and running the popular Helm package manager within Visual Studio Team Services builds. UsageTo use, specify the version of helm you'd like to use. The version can be a semver range and the extension will either find that version in the tools cache or download the latest matching version. Simply select the Helm command you'd like to run and provide the appropriate arguments. HELM_HOMEThe build tasks does pass along the HELM_HOME environment variable. If you have a directory structure for Helm home stored elsewhere, you can download that information and provide the path in the environment variable. |