setup-helm
setup-helm copied to clipboard
Github Action for installing Helm
### Feature request Is it possible to tell the action to install the latest patch version? e.g. latest 3.12.x increment: ``` - uses: Azure/setup-helm@v3 with: version: 'v3.12.x' ```
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps the actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/action](https://github.com/octokit/action.js) | `6.0.7` |...
### What happened? We get the error `Warning: Error while fetching latest Helm release: TypeError: fetch failed. Using default version v3.13.3` when using v4.2.0 on a self-hosted runner with http...
Please consider upgrading the outdated dependencies to fix the Dependabot finding: https://github.com/AdrianDsg/setup-helm-action/security/dependabot/1
Bumps the actions group with 3 updates in the / directory: [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io), [@octokit/action](https://github.com/octokit/action.js) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@actions/io` from 1.1.3 to 2.0.0 Changelog Sourced from @actions/io's changelog. 2.0.0 Add support for...
### What happened? My self-hosted runner is unable to pull any helm version. I don't see any other network issues ### Version - [x] I am using the latest version...
Providing a new optional input to fallback to an alternative url in case the default fails
### Feature request The `setup-helm` action currently only uses the runner's local tool cache (`/opt/hostedtoolcache/`) which does not persist across different GitHub Actions runners. This means Helm is re-downloaded on...