Skip to content
Github Action for setting up helm
JavaScript TypeScript
Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
Branch: master
Clone or download

Latest commit

rgsubh Changed the documentation to specify v before 'version' and code chan…
…ges to append 'v' if it not provided in version (#11) (#15)

* Chnaged the documentation to sepcify v before 'version'

* append v to version incase it does not already include

* review comments fix
Latest commit 91b7d21 May 14, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib
src Changed the documentation to specify v before 'version' and code chan… May 14, 2020
.gitignore Initial commit Sep 23, 2019
CODE_OF_CONDUCT.md Initial commit Sep 23, 2019
CONTRIBUTING.md Added compliance details Oct 11, 2019
LICENSE Initial commit Sep 23, 2019
README.md Changed the documentation to specify v before 'version' and code chan… May 14, 2020
SECURITY.md Initial commit Sep 23, 2019
action.yml Added setup-helm : Install helm binary Oct 4, 2019
package-lock.json Added setup-helm : Install helm binary Oct 4, 2019
package.json Users/shigupt/fixing helm latest releases master (#14) May 13, 2020
tsconfig.json Added helm binary to the Path environment variable Nov 26, 2019

README.md

Setup Helm

Install a specific version of helm binary on the runner.

Acceptable values are latest or any semantic version string like v2.16.7 Use this action in workflow to define which version of helm will be used.

- uses: azure/setup-helm@v1
  with:
    version: '<version>' # default is latest stable
  id: install

The cached helm binary path is prepended to the PATH environment variable as well as stored in the helm-path output variable. Refer to the action metadata file for details about all the inputs https://github.com/Azure/setup-helm/blob/master/action.yml

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You can’t perform that action at this time.