https://github.com/moovweb/heroku-buildpack-helm
Heroku buildpack to install Helm binary in PATH
https://github.com/moovweb/heroku-buildpack-helm
Last synced: about 1 year ago
JSON representation
Heroku buildpack to install Helm binary in PATH
- Host: GitHub
- URL: https://github.com/moovweb/heroku-buildpack-helm
- Owner: moovweb
- Created: 2019-05-21T11:16:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T15:10:52.000Z (about 7 years ago)
- Last Synced: 2025-04-14T13:17:11.728Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku buildpack with Helm binary in PATH
## Usage
1. Make sure to have a `.helm_version` file at the root of your project, for example
```
v2.14.0
```
2. Add this buildpack to your heroku project
```
heroku buildpacks:add https://github.com/moovweb/heroku-buildpack-helm
```