An open API service indexing awesome lists of open source software.

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

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
```