4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00
Github Action for installing Helm
Find a file
dependabot[bot] 0b032dfbbd
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [@octokit/action](https://github.com/octokit/action.js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `@octokit/action` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/octokit/action.js/releases)
- [Commits](https://github.com/octokit/action.js/compare/v7.0.1...v7.0.2)

Updates `@types/node` from 22.14.0 to 22.14.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `ts-jest` from 29.3.1 to 29.3.2
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.2)

---
updated-dependencies:
- dependency-name: "@octokit/action"
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: "@types/node"
  dependency-version: 22.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ts-jest
  dependency-version: 29.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 08:46:44 +00:00
.github Bump Azure/action-release-workflows (#170) 2025-03-13 14:18:56 -04:00
src feat: log when restoring from cache (#152) 2025-02-14 14:39:40 -08:00
.gitignore Updated workflows, codeowner, .gitignore (#65) 2022-02-04 13:04:30 -05:00
.prettierignore Vidya reddy prettier (#75) 2022-06-27 18:27:44 -04:00
.prettierrc.json Vidya reddy prettier (#75) 2022-06-27 18:27:44 -04:00
action.yml switching to fetching latest version from the dedicated file (#130) 2024-03-01 10:15:56 -06:00
CHANGELOG.md Release setup-helm version 4.3.0 (#162) 2025-02-17 22:54:56 -08:00
CODE_OF_CONDUCT.md Vidya reddy prettier (#75) 2022-06-27 18:27:44 -04:00
CONTRIBUTING.md Vidya reddy prettier (#75) 2022-06-27 18:27:44 -04:00
jest.config.js Vidya reddy prettier (#75) 2022-06-27 18:27:44 -04:00
LICENSE Initial commit 2019-09-23 02:03:33 -07:00
package-lock.json Bump the actions group with 3 updates 2025-04-14 08:46:44 +00:00
package.json Bump the actions group with 3 updates 2025-04-14 08:46:44 +00:00
README.md Release setup-helm version 4.3.0 (#162) 2025-02-17 22:54:56 -08:00
SECURITY.md Vidya reddy prettier (#75) 2022-06-27 18:27:44 -04:00
tsconfig.json Vidya reddy prettier (#75) 2022-06-27 18:27:44 -04:00

Setup Helm

Install a specific version of helm binary on the runner.

Example

Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2+ of this action only support Helm3.

- uses: azure/setup-helm@v4.3.0
  with:
     version: '<version>' # default is latest (stable)
  id: install

Note

If something goes wrong with fetching the latest version the action will use the hardcoded default stable version (currently v3.13.3). If you rely on a certain version higher than the default, you should explicitly use that version instead of latest.

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.

Support

setup-helm is an open source project that is not covered by the Microsoft Azure support policy. Please search open issues here, and if your issue isn't already represented please open a new one. The project maintainers will respond to the best of their abilities.